#577485

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

Shades of Blue Bayoux #577485

Tints of Blue Bayoux #577485

Color information

#577485 (or 0x577485) is unknown color: approx Blue Bayoux. HEX triplet: 57, 74 and 85. RGB value is (87,116,133). Sum of RGB (Red+Green+Blue) = 87+116+133=336 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.89% from 336); Green value is 116 (45.70% from 255 or 34.52% from 336); Blue value is 133 (52.34% from 255 or 39.58% from 336); Max value from RGB is 133 - color contains mainly: blue. Hex color #577485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577485 is #A88B7A. Grayscale: #6D6D6D. Windows color (decimal): -11045755 or 8746071. OLE color: 8746071.

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

Color convert

RGB87116133-
CMYK0.350.1300.48
HSL202.17º20.91%43.14%-
HSV(B)202.17º34.59%52.16%-
XYZ14.4116.2124.56-
YUV109.27141.39112.12-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.89%
GREEN value IS 116 (45.70% from 255) = 34.52%
BLUE value IS 133 (52.34% from 255) = 39.58%
R=25.89%
G=34.52%
B=39.58%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal871161330.350.1300.48202.1720.9143.14
Hex57748523D030ca152b
Octal12716420543150603122553
Binary1010111111010010000101100011110101100001100101010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577485; }

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

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

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

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

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

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

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

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