#5CB992

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

Shades of Keppel #5CB992

Tints of Keppel #5CB992

Color information

#5CB992 (or 0x5CB992) is unknown color: approx Keppel. HEX triplet: 5C, B9 and 92. RGB value is (92,185,146). Sum of RGB (Red+Green+Blue) = 92+185+146=423 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.75% from 423); Green value is 185 (72.66% from 255 or 43.74% from 423); Blue value is 146 (57.42% from 255 or 34.52% from 423); Max value from RGB is 185 - color contains mainly: green. Hex color #5CB992 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CB992 is #A3466D. Grayscale: #989898. Windows color (decimal): -10700398 or 9615708. OLE color: 9615708.

HSL color Cylindrical-coordinate representation of color #5CB992: hue angle of 154.84º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5CB992 is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB92185146-
CMYK0.5000.210.27
HSL154.84º39.91%54.31%-
HSV(B)154.84º50.27%72.55%-
XYZ26.9539.0533.31-
YUV152.75124.1984.67-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 21.75%
GREEN value IS 185 (72.66% from 255) = 43.74%
BLUE value IS 146 (57.42% from 255) = 34.52%
R=21.75%
G=43.74%
B=34.52%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal921851460.5000.210.27154.8439.9154.31
Hex5CB992320151B9b2836
Octal13427122262025332335066
Binary101110010111001100100101100100101011101110011011101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CB992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,185,146); }

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

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

 a { background-color: rgb(92,185,146); }

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

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

 span { border-color: rgb(92,185,146); }

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