#577282

Color #577282 Blue Bayoux (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Bayoux #577282

Tints of Blue Bayoux #577282

Color information

#577282 (or 0x577282) is unknown color: approx Blue Bayoux. HEX triplet: 57, 72 and 82. RGB value is (87,114,130). Sum of RGB (Red+Green+Blue) = 87+114+130=331 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.28% from 331); Green value is 114 (44.92% from 255 or 34.44% from 331); Blue value is 130 (51.17% from 255 or 39.27% from 331); Max value from RGB is 130 - color contains mainly: blue. Hex color #577282 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577282 is #A88D7D. Grayscale: #6B6B6B. Windows color (decimal): -11046270 or 8548951. OLE color: 8548951.

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

Color convert

RGB87114130-
CMYK0.330.1200.49
HSL202.33º19.82%42.55%-
HSV(B)202.33º33.08%50.98%-
XYZ13.9815.6723.41-
YUV107.75140.55113.2-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.28%
GREEN value IS 114 (44.92% from 255) = 34.44%
BLUE value IS 130 (51.17% from 255) = 39.27%
R=26.28%
G=34.44%
B=39.27%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal871141300.330.1200.49202.3319.8242.55
Hex57728221C031ca142b
Octal12716220241140613122453
Binary1010111111001010000010100001110001100011100101010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577282; }

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

 H1.HeaderClassName
 {
   color: #577282;
 }
 .AnyTagClassName
 {
   color: #577282;
 }
</style>
background-color css

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

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

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

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

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

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