Html Css Color HEX #5CA689 Patina

📋 copy color: '#5CA689'

red 92 ◦ green 166 ◦ blue 137

#5CA689
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Patina #5CA689

Tints of Patina #5CA689

RGB

 RED value IS 92 (36.33% from 255) = 23.29%

 GREEN value IS 166 (65.23% from 255) = 42.03%

 BLUE value IS 137 (53.91% from 255) = 34.68%

R = 23.29%
G = 42.03%
B = 34.68%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.17

 K value IS 0.35

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#5CA689 (or 0x5CA689) is known color: Patina. HEX triplet: 5C, A6 and 89. RGB value is (92,166,137). Sum of RGB (Red+Green+Blue) = 92+166+137=395 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.29% from 395); Green value is 166 (65.23% from 255 or 42.03% from 395); Blue value is 137 (53.91% from 255 or 34.68% from 395); Max value from RGB is 166 - color contains mainly: green. Hex color #5CA689 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CA689 is #A35976. Grayscale: #8C8C8C. Windows color (decimal): -10705271 or 9021020. OLE color: 9021020.

HSL color Cylindrical-coordinate representation of color #5CA689: hue angle of 156.49º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5CA689 is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB 92 166 137 -
CMYK 0.45 0 0.17 0.35
HSL 156.49º 0.29% 0.51% -
HSV(B) 156.49º 0.45% 0.65% -
XYZ 22.57 31.35 28.53 -
YUV 140.57 125.98 93.36 -
System Red Green Blue C M Y K H S L
Decimal 92 166 137 0.45 0 0.17 0.35 156.49 0.29 0.51
Hex 5C A6 89 2D 0 11 23 9C 1D 33
Octal 134 246 211 55 0 21 43 234 35 63
Binary 1011100 10100110 10001001 101101 0 10001 100011 10011100 11101 110011

Color Harmonies of #5CA689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CA689

Black with #5CA689

Text Example


Text Example

White with #5CA689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5CA689; }

 p { color: rgb(92,166,137); }

 H1.HeaderClassName
 {
   color: #5CA689;
 }
 .AnyTagClassName
 {
   color: #5CA689;
 }
</style>

background-color css

<style>
 a { background-color: #5CA689; }

 a { background-color: rgb(92,166,137); }

 div.DivClassName
 {
   background-color: #5CA689;
 }
 .BgClassName
 {
   background-color: #5CA689;
 }
</style>

border-color css

<style>
 span { border-color: #5CA689; }

 span { border-color: rgb(92,166,137); }

 td.TdClassName
 {
   border-color: #5CA689;
 }
 .TagClassName
 {
   border-color: #5CA689;
 }
</style>