#56778A

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

Shades of Hoki #56778A

Tints of Hoki #56778A

Color information

#56778A (or 0x56778A) is unknown color: approx Hoki. HEX triplet: 56, 77 and 8A. RGB value is (86,119,138). Sum of RGB (Red+Green+Blue) = 86+119+138=343 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.07% from 343); Green value is 119 (46.88% from 255 or 34.69% from 343); Blue value is 138 (54.30% from 255 or 40.23% from 343); Max value from RGB is 138 - color contains mainly: blue. Hex color #56778A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56778A is #A98875. Grayscale: #6F6F6F. Windows color (decimal): -11110518 or 9074518. OLE color: 9074518.

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

Color convert

RGB86119138-
CMYK0.380.1400.46
HSL201.92º23.21%43.92%-
HSV(B)201.92º37.68%54.12%-
XYZ15.0217.0126.54-
YUV111.3143.07109.96-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.07%
GREEN value IS 119 (46.88% from 255) = 34.69%
BLUE value IS 138 (54.30% from 255) = 40.23%
R=25.07%
G=34.69%
B=40.23%

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
Decimal861191380.380.1400.46201.9223.2143.92
Hex56778A26E02Eca172c
Octal12616721246160563122754
Binary1010110111011110001010100110111001011101100101010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56778A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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