#57778A

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

Shades of Hoki #57778A

Tints of Hoki #57778A

Color information

#57778A (or 0x57778A) is unknown color: approx Hoki. HEX triplet: 57, 77 and 8A. RGB value is (87,119,138). Sum of RGB (Red+Green+Blue) = 87+119+138=344 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.29% from 344); Green value is 119 (46.88% from 255 or 34.59% from 344); Blue value is 138 (54.30% from 255 or 40.12% from 344); Max value from RGB is 138 - color contains mainly: blue. Hex color #57778A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57778A is #A88875. Grayscale: #6F6F6F. Windows color (decimal): -11044982 or 9074519. OLE color: 9074519.

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

Color convert

RGB87119138-
CMYK0.370.1400.46
HSL202.35º22.67%44.12%-
HSV(B)202.35º36.96%54.12%-
XYZ15.1117.0526.54-
YUV111.6142.9110.46-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.29%
GREEN value IS 119 (46.88% from 255) = 34.59%
BLUE value IS 138 (54.30% from 255) = 40.12%
R=25.29%
G=34.59%
B=40.12%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal871191380.370.1400.46202.3522.6744.12
Hex57778A25E02Eca172c
Octal12716721245160563122754
Binary1010111111011110001010100101111001011101100101010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57778A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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