Html Css Color HEX #55808F Horizon

📋 copy color: '#55808F'

red 85 ◦ green 128 ◦ blue 143

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

Shades of Horizon #55808F

Tints of Horizon #55808F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 40.17%

R = 23.88%
G = 35.96%
B = 40.17%

CMYK

 C value IS 0.41

 M value IS 0.10

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#55808F (or 0x55808F) is known color: Horizon. HEX triplet: 55, 80 and 8F. RGB value is (85,128,143). Sum of RGB (Red+Green+Blue) = 85+128+143=356 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.88% from 356); Green value is 128 (50.39% from 255 or 35.96% from 356); Blue value is 143 (56.25% from 255 or 40.17% from 356); Max value from RGB is 143 - color contains mainly: blue. Hex color #55808F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55808F is #AA7F70. Grayscale: #747474. Windows color (decimal): -11173745 or 9404501. OLE color: 9404501.

HSL color Cylindrical-coordinate representation of color #55808F: hue angle of 195.52º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #55808F is Cyan = 0.41, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 85 128 143 -
CMYK 0.41 0.10 0 0.44
HSL 195.52º 0.25% 0.45% -
HSV(B) 195.52º 0.41% 0.56% -
XYZ 16.42 19.35 28.86 -
YUV 116.85 142.75 105.28 -
System Red Green Blue C M Y K H S L
Decimal 85 128 143 0.41 0.10 0 0.44 195.52 0.25 0.45
Hex 55 80 8F 29 A 0 2C C4 19 2D
Octal 125 200 217 51 12 0 54 304 31 55
Binary 1010101 10000000 10001111 101001 1010 0 101100 11000100 11001 101101

Color Harmonies of #55808F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55808F

Black with #55808F

Text Example


Text Example

White with #55808F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55808F; }

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

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

background-color css

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

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

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

border-color css

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

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

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