#55808a

Color #55808A Hoki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hoki #55808A

Tints of Hoki #55808A

Color information

#55808A (or 0x55808A) is unknown color: approx Hoki. HEX triplet: 55, 80 and 8A. RGB value is (85,128,138). Sum of RGB (Red+Green+Blue) = 85+128+138=351 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.22% from 351); Green value is 128 (50.39% from 255 or 36.47% from 351); Blue value is 138 (54.30% from 255 or 39.32% from 351); Max value from RGB is 138 - color contains mainly: blue. Hex color #55808A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55808A is #AA7F75. Grayscale: #747474. Windows color (decimal): -11173750 or 9076821. OLE color: 9076821.

HSL color Cylindrical-coordinate representation of color #55808A: hue angle of 191.32º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #55808A is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB85128138-
CMYK0.380.0700.46
HSL191.32º23.77%43.73%-
HSV(B)191.32º38.41%54.12%-
XYZ16.0519.226.91-
YUV116.28140.25105.69-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.22%
GREEN value IS 128 (50.39% from 255) = 36.47%
BLUE value IS 138 (54.30% from 255) = 39.32%
R=24.22%
G=36.47%
B=39.32%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal851281380.380.0700.46191.3223.7743.73
Hex55808A26702Ebf182c
Octal1252002124670562773054
Binary1010101100000001000101010011011101011101011111111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55808a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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