#5CAA9D

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

Shades of Keppel #5CAA9D

Tints of Keppel #5CAA9D

Color information

#5CAA9D (or 0x5CAA9D) is unknown color: approx Keppel. HEX triplet: 5C, AA and 9D. RGB value is (92,170,157). Sum of RGB (Red+Green+Blue) = 92+170+157=419 (55% of max value = 765). Red value is 92 (36.33% from 255 or 21.96% from 419); Green value is 170 (66.80% from 255 or 40.57% from 419); Blue value is 157 (61.72% from 255 or 37.47% from 419); Max value from RGB is 170 - color contains mainly: green. Hex color #5CAA9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CAA9D is #A35562. Grayscale: #919191. Windows color (decimal): -10704227 or 10332764. OLE color: 10332764.

HSL color Cylindrical-coordinate representation of color #5CAA9D: hue angle of 170º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5CAA9D is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB92170157-
CMYK0.4600.080.33
HSL170º31.45%51.37%-
HSV(B)170º45.88%66.67%-
XYZ24.8733.4637.05-
YUV145.2134.6690.06-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 21.96%
GREEN value IS 170 (66.80% from 255) = 40.57%
BLUE value IS 157 (61.72% from 255) = 37.47%
R=21.96%
G=40.57%
B=37.47%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal921701570.4600.080.3317031.4551.37
Hex5CAA9D2E0821aa1f33
Octal13425223556010412523763
Binary10111001010101010011101101110010001000011010101011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CAA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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