Html Css Color HEX #577C90 Hoki

📋 copy color: '#577C90'

red 87 ◦ green 124 ◦ blue 144

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

Shades of Hoki #577C90

Tints of Hoki #577C90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 40.56%

R = 24.51%
G = 34.93%
B = 40.56%

CMYK

 C value IS 0.40

 M value IS 0.14

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#577C90 (or 0x577C90) is known color: Hoki. HEX triplet: 57, 7C and 90. RGB value is (87,124,144). Sum of RGB (Red+Green+Blue) = 87+124+144=355 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.51% from 355); Green value is 124 (48.83% from 255 or 34.93% from 355); Blue value is 144 (56.64% from 255 or 40.56% from 355); Max value from RGB is 144 - color contains mainly: blue. Hex color #577C90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577C90 is #A8836F. Grayscale: #737373. Windows color (decimal): -11043696 or 9469015. OLE color: 9469015.

HSL color Cylindrical-coordinate representation of color #577C90: hue angle of 201.05º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #577C90 is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 87 124 144 -
CMYK 0.40 0.14 0 0.44
HSL 201.05º 0.25% 0.45% -
HSV(B) 201.05º 0.4% 0.56% -
XYZ 16.17 18.46 29.1 -
YUV 115.22 144.24 107.87 -
System Red Green Blue C M Y K H S L
Decimal 87 124 144 0.40 0.14 0 0.44 201.05 0.25 0.45
Hex 57 7C 90 28 E 0 2C C9 19 2D
Octal 127 174 220 50 16 0 54 311 31 55
Binary 1010111 1111100 10010000 101000 1110 0 101100 11001001 11001 101101

Color Harmonies of #577C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577C90

Black with #577C90

Text Example


Text Example

White with #577C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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