#577F8B

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

Shades of Hoki #577F8B

Tints of Hoki #577F8B

Color information

#577F8B (or 0x577F8B) is unknown color: approx Hoki. HEX triplet: 57, 7F and 8B. RGB value is (87,127,139). Sum of RGB (Red+Green+Blue) = 87+127+139=353 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.65% from 353); Green value is 127 (50% from 255 or 35.98% from 353); Blue value is 139 (54.69% from 255 or 39.38% from 353); Max value from RGB is 139 - color contains mainly: blue. Hex color #577F8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577F8B is #A88074. Grayscale: #747474. Windows color (decimal): -11042933 or 9142103. OLE color: 9142103.

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

Color convert

RGB87127139-
CMYK0.370.0900.45
HSL193.85º23.01%44.31%-
HSV(B)193.85º37.41%54.51%-
XYZ16.1819.0727.25-
YUV116.41140.75107.02-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.65%
GREEN value IS 127 (50% from 255) = 35.98%
BLUE value IS 139 (54.69% from 255) = 39.38%
R=24.65%
G=35.98%
B=39.38%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal871271390.370.0900.45193.8523.0144.31
Hex577F8B25902Dc2172c
Octal12717721345110553022754
Binary1010111111111110001011100101100101011011100001010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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