Html Css Color HEX #577C8B Hoki

📋 copy color: '#577C8B'

red 87 ◦ green 124 ◦ blue 139

#577C8B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hoki #577C8B

Tints of Hoki #577C8B

RGB

 RED value IS 87 (34.38% from 255) = 24.86%

 GREEN value IS 124 (48.83% from 255) = 35.43%

 BLUE value IS 139 (54.69% from 255) = 39.71%

R = 24.86%
G = 35.43%
B = 39.71%

CMYK

 C value IS 0.37

 M value IS 0.11

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#577C8B (or 0x577C8B) is known color: Hoki. HEX triplet: 57, 7C and 8B. RGB value is (87,124,139). Sum of RGB (Red+Green+Blue) = 87+124+139=350 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.86% from 350); Green value is 124 (48.83% from 255 or 35.43% from 350); Blue value is 139 (54.69% from 255 or 39.71% from 350); Max value from RGB is 139 - color contains mainly: blue. Hex color #577C8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577C8B is #A88374. Grayscale: #727272. Windows color (decimal): -11043701 or 9141335. OLE color: 9141335.

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

Color convert

RGB 87 124 139 -
CMYK 0.37 0.11 0 0.45
HSL 197.31º 0.23% 0.44% -
HSV(B) 197.31º 0.37% 0.55% -
XYZ 15.8 18.31 27.13 -
YUV 114.65 141.74 108.28 -
System Red Green Blue C M Y K H S L
Decimal 87 124 139 0.37 0.11 0 0.45 197.31 0.23 0.44
Hex 57 7C 8B 25 B 0 2D C5 17 2C
Octal 127 174 213 45 13 0 55 305 27 54
Binary 1010111 1111100 10001011 100101 1011 0 101101 11000101 10111 101100

Color Harmonies of #577C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577C8B

Black with #577C8B

Text Example


Text Example

White with #577C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #577C8B;
 }
 .AnyTagClassName
 {
   color: #577C8B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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