Html Css Color HEX #577882 Blue Bayoux

📋 copy color: '#577882'

red 87 ◦ green 120 ◦ blue 130

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

Shades of Blue Bayoux #577882

Tints of Blue Bayoux #577882

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.61%

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

R = 25.82%
G = 35.61%
B = 38.58%

CMYK

 C value IS 0.33

 M value IS 0.08

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#577882 (or 0x577882) is known color: Blue Bayoux. HEX triplet: 57, 78 and 82. RGB value is (87,120,130). Sum of RGB (Red+Green+Blue) = 87+120+130=337 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.82% from 337); Green value is 120 (47.27% from 255 or 35.61% from 337); Blue value is 130 (51.17% from 255 or 38.58% from 337); Max value from RGB is 130 - color contains mainly: blue. Hex color #577882 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577882 is #A8877D. Grayscale: #6F6F6F. Windows color (decimal): -11044734 or 8550487. OLE color: 8550487.

HSL color Cylindrical-coordinate representation of color #577882: hue angle of 193.95º 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 #577882 is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 87 120 130 -
CMYK 0.33 0.08 0 0.49
HSL 193.95º 0.2% 0.43% -
HSV(B) 193.95º 0.33% 0.51% -
XYZ 14.68 17.07 23.64 -
YUV 111.27 138.57 110.69 -
System Red Green Blue C M Y K H S L
Decimal 87 120 130 0.33 0.08 0 0.49 193.95 0.2 0.43
Hex 57 78 82 21 8 0 31 C2 14 2B
Octal 127 170 202 41 10 0 61 302 24 53
Binary 1010111 1111000 10000010 100001 1000 0 110001 11000010 10100 101011

Color Harmonies of #577882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577882

Black with #577882

Text Example


Text Example

White with #577882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577882; }

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

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

background-color css

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

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

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

border-color css

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

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

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