#577B8B

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

Shades of Hoki #577B8B

Tints of Hoki #577B8B

Color information

#577B8B (or 0x577B8B) is unknown color: approx Hoki. HEX triplet: 57, 7B and 8B. RGB value is (87,123,139). Sum of RGB (Red+Green+Blue) = 87+123+139=349 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.93% from 349); Green value is 123 (48.44% from 255 or 35.24% from 349); Blue value is 139 (54.69% from 255 or 39.83% from 349); Max value from RGB is 139 - color contains mainly: blue. Hex color #577B8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577B8B is #A88474. Grayscale: #717171. Windows color (decimal): -11043957 or 9141079. OLE color: 9141079.

HSL color Cylindrical-coordinate representation of color #577B8B: hue angle of 198.46º 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 #577B8B is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB87123139-
CMYK0.370.1200.45
HSL198.46º23.01%44.31%-
HSV(B)198.46º37.41%54.51%-
XYZ15.6718.0627.09-
YUV114.06142.07108.7-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.93%
GREEN value IS 123 (48.44% from 255) = 35.24%
BLUE value IS 139 (54.69% from 255) = 39.83%
R=24.93%
G=35.24%
B=39.83%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal871231390.370.1200.45198.4623.0144.31
Hex577B8B25C02Dc6172c
Octal12717321345140553062754
Binary1010111111101110001011100101110001011011100011010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577B8B; }

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

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

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

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

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

<style>
 span { border-color: #577B8B; }

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

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