#5CBB9D

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

Shades of Keppel #5CBB9D

Tints of Keppel #5CBB9D

Color information

#5CBB9D (or 0x5CBB9D) is unknown color: approx Keppel. HEX triplet: 5C, BB and 9D. RGB value is (92,187,157). Sum of RGB (Red+Green+Blue) = 92+187+157=436 (57% of max value = 765). Red value is 92 (36.33% from 255 or 21.10% from 436); Green value is 187 (73.44% from 255 or 42.89% from 436); Blue value is 157 (61.72% from 255 or 36.01% from 436); Max value from RGB is 187 - color contains mainly: green. Hex color #5CBB9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CBB9D is #A34462. Grayscale: #9B9B9B. Windows color (decimal): -10699875 or 10337116. OLE color: 10337116.

HSL color Cylindrical-coordinate representation of color #5CBB9D: hue angle of 161.05º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5CBB9D is Cyan = 0.51, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB92187157-
CMYK0.5100.160.27
HSL161.05º41.13%54.71%-
HSV(B)161.05º50.8%73.33%-
XYZ28.2740.2538.18-
YUV155.17129.0382.94-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 21.10%
GREEN value IS 187 (73.44% from 255) = 42.89%
BLUE value IS 157 (61.72% from 255) = 36.01%
R=21.10%
G=42.89%
B=36.01%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal921871570.5100.160.27161.0541.1354.71
Hex5CBB9D330101Ba12937
Octal13427323563020332415167
Binary101110010111011100111011100110100001101110100001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CBB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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