Html Css Color HEX #5C8390 Horizon

📋 copy color: '#5C8390'

red 92 ◦ green 131 ◦ blue 144

#5C8390
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Horizon #5C8390

Tints of Horizon #5C8390

RGB

 RED value IS 92 (36.33% from 255) = 25.07%

 GREEN value IS 131 (51.56% from 255) = 35.69%

 BLUE value IS 144 (56.64% from 255) = 39.24%

R = 25.07%
G = 35.69%
B = 39.24%

CMYK

 C value IS 0.36

 M value IS 0.09

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5C8390 (or 0x5C8390) is known color: Horizon. HEX triplet: 5C, 83 and 90. RGB value is (92,131,144). Sum of RGB (Red+Green+Blue) = 92+131+144=367 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.07% from 367); Green value is 131 (51.56% from 255 or 35.69% from 367); Blue value is 144 (56.64% from 255 or 39.24% from 367); Max value from RGB is 144 - color contains mainly: blue. Hex color #5C8390 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C8390 is #A37C6F. Grayscale: #787878. Windows color (decimal): -10714224 or 9470812. OLE color: 9470812.

HSL color Cylindrical-coordinate representation of color #5C8390: hue angle of 195º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5C8390 is Cyan = 0.36, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 92 131 144 -
CMYK 0.36 0.09 0 0.44
HSL 195º 0.22% 0.46% -
HSV(B) 195º 0.36% 0.56% -
XYZ 17.56 20.52 29.42 -
YUV 120.82 141.08 107.44 -
System Red Green Blue C M Y K H S L
Decimal 92 131 144 0.36 0.09 0 0.44 195 0.22 0.46
Hex 5C 83 90 24 9 0 2C C3 16 2E
Octal 134 203 220 44 11 0 54 303 26 56
Binary 1011100 10000011 10010000 100100 1001 0 101100 11000011 10110 101110

Color Harmonies of #5C8390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C8390

Black with #5C8390

Text Example


Text Example

White with #5C8390

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5C8390;
 }
 .AnyTagClassName
 {
   color: #5C8390;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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