#57778B

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

Shades of Hoki #57778B

Tints of Hoki #57778B

Color information

#57778B (or 0x57778B) is unknown color: approx Hoki. HEX triplet: 57, 77 and 8B. RGB value is (87,119,139). Sum of RGB (Red+Green+Blue) = 87+119+139=345 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.22% from 345); Green value is 119 (46.88% from 255 or 34.49% from 345); Blue value is 139 (54.69% from 255 or 40.29% from 345); Max value from RGB is 139 - color contains mainly: blue. Hex color #57778B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57778B is #A88874. Grayscale: #6F6F6F. Windows color (decimal): -11044981 or 9140055. OLE color: 9140055.

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

Color convert

RGB87119139-
CMYK0.370.1400.45
HSL203.08º23.01%44.31%-
HSV(B)203.08º37.41%54.51%-
XYZ15.1917.0826.92-
YUV111.71143.4110.37-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.22%
GREEN value IS 119 (46.88% from 255) = 34.49%
BLUE value IS 139 (54.69% from 255) = 40.29%
R=25.22%
G=34.49%
B=40.29%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal871191390.370.1400.45203.0823.0144.31
Hex57778B25E02Dcb172c
Octal12716721345160553132754
Binary1010111111011110001011100101111001011011100101110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57778B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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