#5C8196

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

Shades of Horizon #5C8196

Tints of Horizon #5C8196

Color information

#5C8196 (or 0x5C8196) is unknown color: approx Horizon. HEX triplet: 5C, 81 and 96. RGB value is (92,129,150). Sum of RGB (Red+Green+Blue) = 92+129+150=371 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.80% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 150 (58.98% from 255 or 40.43% from 371); Max value from RGB is 150 - color contains mainly: blue. Hex color #5C8196 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C8196 is #A37E69. Grayscale: #787878. Windows color (decimal): -10714730 or 9863516. OLE color: 9863516.

HSL color Cylindrical-coordinate representation of color #5C8196: hue angle of 201.72º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5C8196 is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB92129150-
CMYK0.390.1400.41
HSL201.72º23.97%47.45%-
HSV(B)201.72º38.67%58.82%-
XYZ17.7720.1831.81-
YUV120.33144.74107.79-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.80%
GREEN value IS 129 (50.78% from 255) = 34.77%
BLUE value IS 150 (58.98% from 255) = 40.43%
R=24.80%
G=34.77%
B=40.43%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal921291500.390.1400.41201.7223.9747.45
Hex5C819627E029ca182f
Octal13420122647160513123057
Binary10111001000000110010110100111111001010011100101011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C8196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,129,150); }

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

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

 a { background-color: rgb(92,129,150); }

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

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

 span { border-color: rgb(92,129,150); }

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