#55778A

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

Shades of Hoki #55778A

Tints of Hoki #55778A

Color information

#55778A (or 0x55778A) is unknown color: approx Hoki. HEX triplet: 55, 77 and 8A. RGB value is (85,119,138). Sum of RGB (Red+Green+Blue) = 85+119+138=342 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.85% from 342); Green value is 119 (46.88% from 255 or 34.80% from 342); Blue value is 138 (54.30% from 255 or 40.35% from 342); Max value from RGB is 138 - color contains mainly: blue. Hex color #55778A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55778A is #AA8875. Grayscale: #6E6E6E. Windows color (decimal): -11176054 or 9074517. OLE color: 9074517.

HSL color Cylindrical-coordinate representation of color #55778A: hue angle of 201.51º 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 #55778A is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB85119138-
CMYK0.380.1400.46
HSL201.51º23.77%43.73%-
HSV(B)201.51º38.41%54.12%-
XYZ14.9316.9626.53-
YUV111143.24109.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.85%
GREEN value IS 119 (46.88% from 255) = 34.80%
BLUE value IS 138 (54.30% from 255) = 40.35%
R=24.85%
G=34.80%
B=40.35%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal851191380.380.1400.46201.5123.7743.73
Hex55778A26E02Eca182c
Octal12516721246160563123054
Binary1010101111011110001010100110111001011101100101011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55778A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55778A; }

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

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

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

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

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

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

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

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