#5C899C

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

Shades of Horizon #5C899C

Tints of Horizon #5C899C

Color information

#5C899C (or 0x5C899C) is unknown color: approx Horizon. HEX triplet: 5C, 89 and 9C. RGB value is (92,137,156). Sum of RGB (Red+Green+Blue) = 92+137+156=385 (50% of max value = 765). Red value is 92 (36.33% from 255 or 23.90% from 385); Green value is 137 (53.91% from 255 or 35.58% from 385); Blue value is 156 (61.33% from 255 or 40.52% from 385); Max value from RGB is 156 - color contains mainly: blue. Hex color #5C899C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C899C is #A37663. Grayscale: #7D7D7D. Windows color (decimal): -10712676 or 10258780. OLE color: 10258780.

HSL color Cylindrical-coordinate representation of color #5C899C: hue angle of 197.81º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5C899C is Cyan = 0.41, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB92137156-
CMYK0.410.1200.39
HSL197.81º25.81%48.63%-
HSV(B)197.81º41.03%61.18%-
XYZ19.3622.5734.79-
YUV125.71145.09103.96-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 23.90%
GREEN value IS 137 (53.91% from 255) = 35.58%
BLUE value IS 156 (61.33% from 255) = 40.52%
R=23.90%
G=35.58%
B=40.52%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal921371560.410.1200.39197.8125.8148.63
Hex5C899C29C027c61a31
Octal13421123451140473063261
Binary10111001000100110011100101001110001001111100011011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C899C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,137,156); }

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

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

 a { background-color: rgb(92,137,156); }

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

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

 span { border-color: rgb(92,137,156); }

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