Html Css Color HEX #577A8B Hoki

📋 copy color: '#577A8B'

red 87 ◦ green 122 ◦ blue 139

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

Shades of Hoki #577A8B

Tints of Hoki #577A8B

RGB

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

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

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

R = 25%
G = 35.06%
B = 39.94%

CMYK

 C value IS 0.37

 M value IS 0.12

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#577A8B (or 0x577A8B) is known color: Hoki. HEX triplet: 57, 7A and 8B. RGB value is (87,122,139). Sum of RGB (Red+Green+Blue) = 87+122+139=348 (46% of max value = 765). Red value is 87 (34.38% from 255 or 25% from 348); Green value is 122 (48.05% from 255 or 35.06% from 348); Blue value is 139 (54.69% from 255 or 39.94% from 348); Max value from RGB is 139 - color contains mainly: blue. Hex color #577A8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577A8B is #A88574. Grayscale: #717171. Windows color (decimal): -11044213 or 9140823. OLE color: 9140823.

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

Color convert

RGB 87 122 139 -
CMYK 0.37 0.12 0 0.45
HSL 199.62º 0.23% 0.44% -
HSV(B) 199.62º 0.37% 0.55% -
XYZ 15.55 17.81 27.04 -
YUV 113.47 142.4 109.12 -
System Red Green Blue C M Y K H S L
Decimal 87 122 139 0.37 0.12 0 0.45 199.62 0.23 0.44
Hex 57 7A 8B 25 C 0 2D C8 17 2C
Octal 127 172 213 45 14 0 55 310 27 54
Binary 1010111 1111010 10001011 100101 1100 0 101101 11001000 10111 101100

Color Harmonies of #577A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577A8B

Black with #577A8B

Text Example


Text Example

White with #577A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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