#5CB692

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

Shades of Keppel #5CB692

Tints of Keppel #5CB692

Color information

#5CB692 (or 0x5CB692) is unknown color: approx Keppel. HEX triplet: 5C, B6 and 92. RGB value is (92,182,146). Sum of RGB (Red+Green+Blue) = 92+182+146=420 (55% of max value = 765). Red value is 92 (36.33% from 255 or 21.90% from 420); Green value is 182 (71.48% from 255 or 43.33% from 420); Blue value is 146 (57.42% from 255 or 34.76% from 420); Max value from RGB is 182 - color contains mainly: green. Hex color #5CB692 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CB692 is #A3496D. Grayscale: #979797. Windows color (decimal): -10701166 or 9614940. OLE color: 9614940.

HSL color Cylindrical-coordinate representation of color #5CB692: hue angle of 156º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5CB692 is Cyan = 0.49, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB92182146-
CMYK0.4900.200.29
HSL156º38.14%53.73%-
HSV(B)156º49.45%71.37%-
XYZ26.3337.8133.1-
YUV150.99125.1885.93-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 21.90%
GREEN value IS 182 (71.48% from 255) = 43.33%
BLUE value IS 146 (57.42% from 255) = 34.76%
R=21.90%
G=43.33%
B=34.76%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal921821460.4900.200.2915638.1453.73
Hex5CB692310141D9c2636
Octal13426622261024352344666
Binary101110010110110100100101100010101001110110011100100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CB692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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