Html Css Color HEX #577982 Blue Bayoux

📋 copy color: '#577982'

red 87 ◦ green 121 ◦ blue 130

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

Shades of Blue Bayoux #577982

Tints of Blue Bayoux #577982

RGB

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

 GREEN value IS 121 (47.66% from 255) = 35.8%

 BLUE value IS 130 (51.17% from 255) = 38.46%

R = 25.74%
G = 35.8%
B = 38.46%

CMYK

 C value IS 0.33

 M value IS 0.07

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#577982 (or 0x577982) is known color: Blue Bayoux. HEX triplet: 57, 79 and 82. RGB value is (87,121,130). Sum of RGB (Red+Green+Blue) = 87+121+130=338 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.74% from 338); Green value is 121 (47.66% from 255 or 35.80% from 338); Blue value is 130 (51.17% from 255 or 38.46% from 338); Max value from RGB is 130 - color contains mainly: blue. Hex color #577982 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577982 is #A8867D. Grayscale: #6F6F6F. Windows color (decimal): -11044478 or 8550743. OLE color: 8550743.

HSL color Cylindrical-coordinate representation of color #577982: hue angle of 192.56º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #577982 is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 87 121 130 -
CMYK 0.33 0.07 0 0.49
HSL 192.56º 0.2% 0.43% -
HSV(B) 192.56º 0.33% 0.51% -
XYZ 14.8 17.31 23.68 -
YUV 111.86 138.24 110.27 -
System Red Green Blue C M Y K H S L
Decimal 87 121 130 0.33 0.07 0 0.49 192.56 0.2 0.43
Hex 57 79 82 21 7 0 31 C1 14 2B
Octal 127 171 202 41 7 0 61 301 24 53
Binary 1010111 1111001 10000010 100001 111 0 110001 11000001 10100 101011

Color Harmonies of #577982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577982

Black with #577982

Text Example


Text Example

White with #577982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577982; }

 p { color: rgb(87,121,130); }

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

background-color css

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

 a { background-color: rgb(87,121,130); }

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

border-color css

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

 span { border-color: rgb(87,121,130); }

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