Html Css Color HEX #558091 Horizon

📋 copy color: '#558091'

red 85 ◦ green 128 ◦ blue 145

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

Shades of Horizon #558091

Tints of Horizon #558091

RGB

 RED value IS 85 (33.59% from 255) = 23.74%

 GREEN value IS 128 (50.39% from 255) = 35.75%

 BLUE value IS 145 (57.03% from 255) = 40.5%

R = 23.74%
G = 35.75%
B = 40.5%

CMYK

 C value IS 0.41

 M value IS 0.12

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#558091 (or 0x558091) is known color: Horizon. HEX triplet: 55, 80 and 91. RGB value is (85,128,145). Sum of RGB (Red+Green+Blue) = 85+128+145=358 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.74% from 358); Green value is 128 (50.39% from 255 or 35.75% from 358); Blue value is 145 (57.03% from 255 or 40.50% from 358); Max value from RGB is 145 - color contains mainly: blue. Hex color #558091 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558091 is #AA7F6E. Grayscale: #747474. Windows color (decimal): -11173743 or 9535573. OLE color: 9535573.

HSL color Cylindrical-coordinate representation of color #558091: hue angle of 197º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #558091 is Cyan = 0.41, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 85 128 145 -
CMYK 0.41 0.12 0 0.43
HSL 197º 0.26% 0.45% -
HSV(B) 197º 0.41% 0.57% -
XYZ 16.58 19.41 29.66 -
YUV 117.08 143.75 105.12 -
System Red Green Blue C M Y K H S L
Decimal 85 128 145 0.41 0.12 0 0.43 197 0.26 0.45
Hex 55 80 91 29 C 0 2B C5 1A 2D
Octal 125 200 221 51 14 0 53 305 32 55
Binary 1010101 10000000 10010001 101001 1100 0 101011 11000101 11010 101101

Color Harmonies of #558091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558091

Black with #558091

Text Example


Text Example

White with #558091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558091; }

 p { color: rgb(85,128,145); }

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

background-color css

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

 a { background-color: rgb(85,128,145); }

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

border-color css

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

 span { border-color: rgb(85,128,145); }

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