Html Css Color HEX #5CA596 Keppel

📋 copy color: '#5CA596'

red 92 ◦ green 165 ◦ blue 150

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

Shades of Keppel #5CA596

Tints of Keppel #5CA596

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.54%

 BLUE value IS 150 (58.98% from 255) = 36.86%

R = 22.6%
G = 40.54%
B = 36.86%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.09

 K value IS 0.35

RGB Variations

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

Color information

#5CA596 (or 0x5CA596) is known color: Keppel. HEX triplet: 5C, A5 and 96. RGB value is (92,165,150). Sum of RGB (Red+Green+Blue) = 92+165+150=407 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.60% from 407); Green value is 165 (64.84% from 255 or 40.54% from 407); Blue value is 150 (58.98% from 255 or 36.86% from 407); Max value from RGB is 165 - color contains mainly: green. Hex color #5CA596 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CA596 is #A35A69. Grayscale: #8D8D8D. Windows color (decimal): -10705514 or 9872732. OLE color: 9872732.

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

Color convert

RGB 92 165 150 -
CMYK 0.44 0 0.09 0.35
HSL 167.67º 0.29% 0.5% -
HSV(B) 167.67º 0.44% 0.65% -
XYZ 23.37 31.39 33.68 -
YUV 141.46 132.82 92.72 -
System Red Green Blue C M Y K H S L
Decimal 92 165 150 0.44 0 0.09 0.35 167.67 0.29 0.5
Hex 5C A5 96 2C 0 9 23 A8 1D 32
Octal 134 245 226 54 0 11 43 250 35 62
Binary 1011100 10100101 10010110 101100 0 1001 100011 10101000 11101 110010

Color Harmonies of #5CA596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CA596

Black with #5CA596

Text Example


Text Example

White with #5CA596

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,165,150); }

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

background-color css

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

 a { background-color: rgb(92,165,150); }

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

border-color css

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

 span { border-color: rgb(92,165,150); }

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