#567482

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

Shades of Blue Bayoux #567482

Tints of Blue Bayoux #567482

Color information

#567482 (or 0x567482) is unknown color: approx Blue Bayoux. HEX triplet: 56, 74 and 82. RGB value is (86,116,130). Sum of RGB (Red+Green+Blue) = 86+116+130=332 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.90% from 332); Green value is 116 (45.70% from 255 or 34.94% from 332); Blue value is 130 (51.17% from 255 or 39.16% from 332); Max value from RGB is 130 - color contains mainly: blue. Hex color #567482 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567482 is #A98B7D. Grayscale: #6C6C6C. Windows color (decimal): -11111294 or 8549462. OLE color: 8549462.

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

Color convert

RGB86116130-
CMYK0.340.1100.49
HSL199.09º20.37%42.35%-
HSV(B)199.09º33.85%50.98%-
XYZ14.1116.0823.48-
YUV108.63140.06111.86-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.90%
GREEN value IS 116 (45.70% from 255) = 34.94%
BLUE value IS 130 (51.17% from 255) = 39.16%
R=25.90%
G=34.94%
B=39.16%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal861161300.340.1100.49199.0920.3742.35
Hex56748222B031c7142a
Octal12616420242130613072452
Binary1010110111010010000010100010101101100011100011110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567482; }

 p { color: rgb(86,116,130); }

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

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

 a { background-color: rgb(86,116,130); }

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

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

 span { border-color: rgb(86,116,130); }

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