#5C869A

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

Shades of Horizon #5C869A

Tints of Horizon #5C869A

Color information

#5C869A (or 0x5C869A) is unknown color: approx Horizon. HEX triplet: 5C, 86 and 9A. RGB value is (92,134,154). Sum of RGB (Red+Green+Blue) = 92+134+154=380 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.21% from 380); Green value is 134 (52.73% from 255 or 35.26% from 380); Blue value is 154 (60.55% from 255 or 40.53% from 380); Max value from RGB is 154 - color contains mainly: blue. Hex color #5C869A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C869A is #A37965. Grayscale: #7B7B7B. Windows color (decimal): -10713446 or 10126940. OLE color: 10126940.

HSL color Cylindrical-coordinate representation of color #5C869A: hue angle of 199.35º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5C869A is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB92134154-
CMYK0.400.1300.40
HSL199.35º25.2%48.24%-
HSV(B)199.35º40.26%60.39%-
XYZ18.7721.6633.76-
YUV123.72145.09105.37-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.21%
GREEN value IS 134 (52.73% from 255) = 35.26%
BLUE value IS 154 (60.55% from 255) = 40.53%
R=24.21%
G=35.26%
B=40.53%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal921341540.400.1300.40199.3525.248.24
Hex5C869A28D028c71930
Octal13420623250150503073160
Binary10111001000011010011010101000110101010001100011111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C869A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,134,154); }

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

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

 a { background-color: rgb(92,134,154); }

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

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

 span { border-color: rgb(92,134,154); }

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