#5CB495

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

Shades of Keppel #5CB495

Tints of Keppel #5CB495

Color information

#5CB495 (or 0x5CB495) is unknown color: approx Keppel. HEX triplet: 5C, B4 and 95. RGB value is (92,180,149). Sum of RGB (Red+Green+Blue) = 92+180+149=421 (55% of max value = 765). Red value is 92 (36.33% from 255 or 21.85% from 421); Green value is 180 (70.70% from 255 or 42.76% from 421); Blue value is 149 (58.59% from 255 or 35.39% from 421); Max value from RGB is 180 - color contains mainly: green. Hex color #5CB495 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CB495 is #A34B6A. Grayscale: #969696. Windows color (decimal): -10701675 or 9811036. OLE color: 9811036.

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

Color convert

RGB92180149-
CMYK0.4900.170.29
HSL158.86º36.97%53.33%-
HSV(B)158.86º48.89%70.59%-
XYZ26.1637.0934.21-
YUV150.15127.3586.52-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 21.85%
GREEN value IS 180 (70.70% from 255) = 42.76%
BLUE value IS 149 (58.59% from 255) = 35.39%
R=21.85%
G=42.76%
B=35.39%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal921801490.4900.170.29158.8636.9753.33
Hex5CB495310111D9f2535
Octal13426422561021352374565
Binary101110010110100100101011100010100011110110011111100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CB495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,180,149); }

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

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

 a { background-color: rgb(92,180,149); }

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

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

 span { border-color: rgb(92,180,149); }

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