#5CB79D

Color #5CB79D Keppel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Keppel #5CB79D

Tints of Keppel #5CB79D

Color information

#5CB79D (or 0x5CB79D) is unknown color: approx Keppel. HEX triplet: 5C, B7 and 9D. RGB value is (92,183,157). Sum of RGB (Red+Green+Blue) = 92+183+157=432 (57% of max value = 765). Red value is 92 (36.33% from 255 or 21.30% from 432); Green value is 183 (71.88% from 255 or 42.36% from 432); Blue value is 157 (61.72% from 255 or 36.34% from 432); Max value from RGB is 183 - color contains mainly: green. Hex color #5CB79D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CB79D is #A34862. Grayscale: #989898. Windows color (decimal): -10700899 or 10336092. OLE color: 10336092.

HSL color Cylindrical-coordinate representation of color #5CB79D: hue angle of 162.86º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5CB79D is Cyan = 0.50, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.28.

Color convert

RGB92183157-
CMYK0.5000.140.28
HSL162.86º38.72%53.92%-
HSV(B)162.86º49.73%71.76%-
XYZ27.4338.5837.9-
YUV152.83130.3584.61-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 21.30%
GREEN value IS 183 (71.88% from 255) = 42.36%
BLUE value IS 157 (61.72% from 255) = 36.34%
R=21.30%
G=42.36%
B=36.34%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal921831570.5000.140.28162.8638.7253.92
Hex5CB79D320E1Ca32736
Octal13426723562016342434766
Binary10111001011011110011101110010011101110010100011100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CB79D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,183,157); }

 H1.HeaderClassName
 {
   color: #5CB79D;
 }
 .AnyTagClassName
 {
   color: #5CB79D;
 }
</style>
background-color css

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

 a { background-color: rgb(92,183,157); }

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

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

 span { border-color: rgb(92,183,157); }

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