#577484

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

Shades of Blue Bayoux #577484

Tints of Blue Bayoux #577484

Color information

#577484 (or 0x577484) is unknown color: approx Blue Bayoux. HEX triplet: 57, 74 and 84. RGB value is (87,116,132). Sum of RGB (Red+Green+Blue) = 87+116+132=335 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.97% from 335); Green value is 116 (45.70% from 255 or 34.63% from 335); Blue value is 132 (51.95% from 255 or 39.40% from 335); Max value from RGB is 132 - color contains mainly: blue. Hex color #577484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577484 is #A88B7B. Grayscale: #6D6D6D. Windows color (decimal): -11045756 or 8680535. OLE color: 8680535.

HSL color Cylindrical-coordinate representation of color #577484: hue angle of 201.33º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #577484 is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB87116132-
CMYK0.340.1200.48
HSL201.33º20.55%42.94%-
HSV(B)201.33º34.09%51.76%-
XYZ14.3416.1824.2-
YUV109.15140.89112.2-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.97%
GREEN value IS 116 (45.70% from 255) = 34.63%
BLUE value IS 132 (51.95% from 255) = 39.40%
R=25.97%
G=34.63%
B=39.40%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal871161320.340.1200.48201.3320.5542.94
Hex57748422C030c9152b
Octal12716420442140603112553
Binary1010111111010010000100100010110001100001100100110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577484; }

 p { color: rgb(87,116,132); }

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

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

 a { background-color: rgb(87,116,132); }

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

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

 span { border-color: rgb(87,116,132); }

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