#5C839A

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

Shades of Horizon #5C839A

Tints of Horizon #5C839A

Color information

#5C839A (or 0x5C839A) is unknown color: approx Horizon. HEX triplet: 5C, 83 and 9A. RGB value is (92,131,154). Sum of RGB (Red+Green+Blue) = 92+131+154=377 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.40% from 377); Green value is 131 (51.56% from 255 or 34.75% from 377); Blue value is 154 (60.55% from 255 or 40.85% from 377); Max value from RGB is 154 - color contains mainly: blue. Hex color #5C839A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C839A is #A37C65. Grayscale: #797979. Windows color (decimal): -10714214 or 10126172. OLE color: 10126172.

HSL color Cylindrical-coordinate representation of color #5C839A: hue angle of 202.26º 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 #5C839A is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB92131154-
CMYK0.400.1500.40
HSL202.26º25.2%48.24%-
HSV(B)202.26º40.26%60.39%-
XYZ18.3620.8433.63-
YUV121.96146.08106.63-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.40%
GREEN value IS 131 (51.56% from 255) = 34.75%
BLUE value IS 154 (60.55% from 255) = 40.85%
R=24.40%
G=34.75%
B=40.85%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal921311540.400.1500.40202.2625.248.24
Hex5C839A28F028ca1930
Octal13420323250170503123160
Binary10111001000001110011010101000111101010001100101011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C839A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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