Html Css Color HEX #577A8D Hoki

📋 copy color: '#577A8D'

red 87 ◦ green 122 ◦ blue 141

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

Shades of Hoki #577A8D

Tints of Hoki #577A8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 40.29%

R = 24.86%
G = 34.86%
B = 40.29%

CMYK

 C value IS 0.38

 M value IS 0.13

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#577A8D (or 0x577A8D) is known color: Hoki. HEX triplet: 57, 7A and 8D. RGB value is (87,122,141). Sum of RGB (Red+Green+Blue) = 87+122+141=350 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.86% from 350); Green value is 122 (48.05% from 255 or 34.86% from 350); Blue value is 141 (55.47% from 255 or 40.29% from 350); Max value from RGB is 141 - color contains mainly: blue. Hex color #577A8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577A8D is #A88572. Grayscale: #717171. Windows color (decimal): -11044211 or 9271895. OLE color: 9271895.

HSL color Cylindrical-coordinate representation of color #577A8D: hue angle of 201.11º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #577A8D is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 87 122 141 -
CMYK 0.38 0.13 0 0.45
HSL 201.11º 0.24% 0.45% -
HSV(B) 201.11º 0.38% 0.55% -
XYZ 15.7 17.87 27.82 -
YUV 113.7 143.4 108.96 -
System Red Green Blue C M Y K H S L
Decimal 87 122 141 0.38 0.13 0 0.45 201.11 0.24 0.45
Hex 57 7A 8D 26 D 0 2D C9 18 2D
Octal 127 172 215 46 15 0 55 311 30 55
Binary 1010111 1111010 10001101 100110 1101 0 101101 11001001 11000 101101

Color Harmonies of #577A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577A8D

Black with #577A8D

Text Example


Text Example

White with #577A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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