Html Css Color HEX #577A8A Hoki

📋 copy color: '#577A8A'

red 87 ◦ green 122 ◦ blue 138

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

Shades of Hoki #577A8A

Tints of Hoki #577A8A

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.16%

 BLUE value IS 138 (54.3% from 255) = 39.77%

R = 25.07%
G = 35.16%
B = 39.77%

CMYK

 C value IS 0.37

 M value IS 0.12

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#577A8A (or 0x577A8A) is known color: Hoki. HEX triplet: 57, 7A and 8A. RGB value is (87,122,138). Sum of RGB (Red+Green+Blue) = 87+122+138=347 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.07% from 347); Green value is 122 (48.05% from 255 or 35.16% from 347); Blue value is 138 (54.30% from 255 or 39.77% from 347); Max value from RGB is 138 - color contains mainly: blue. Hex color #577A8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577A8A is #A88575. Grayscale: #717171. Windows color (decimal): -11044214 or 9075287. OLE color: 9075287.

HSL color Cylindrical-coordinate representation of color #577A8A: hue angle of 198.82º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #577A8A is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 87 122 138 -
CMYK 0.37 0.12 0 0.46
HSL 198.82º 0.23% 0.44% -
HSV(B) 198.82º 0.37% 0.54% -
XYZ 15.48 17.78 26.66 -
YUV 113.36 141.9 109.2 -
System Red Green Blue C M Y K H S L
Decimal 87 122 138 0.37 0.12 0 0.46 198.82 0.23 0.44
Hex 57 7A 8A 25 C 0 2E C7 17 2C
Octal 127 172 212 45 14 0 56 307 27 54
Binary 1010111 1111010 10001010 100101 1100 0 101110 11000111 10111 101100

Color Harmonies of #577A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577A8A

Black with #577A8A

Text Example


Text Example

White with #577A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,122,138); }

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

background-color css

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

 a { background-color: rgb(87,122,138); }

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

border-color css

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

 span { border-color: rgb(87,122,138); }

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