#567382

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

Shades of Blue Bayoux #567382

Tints of Blue Bayoux #567382

Color information

#567382 (or 0x567382) is unknown color: approx Blue Bayoux. HEX triplet: 56, 73 and 82. RGB value is (86,115,130). Sum of RGB (Red+Green+Blue) = 86+115+130=331 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.98% from 331); Green value is 115 (45.31% from 255 or 34.74% 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 #567382 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567382 is #A98C7D. Grayscale: #6B6B6B. Windows color (decimal): -11111550 or 8549206. OLE color: 8549206.

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

Color convert

RGB86115130-
CMYK0.340.1200.49
HSL200.45º20.37%42.35%-
HSV(B)200.45º33.85%50.98%-
XYZ1415.8523.44-
YUV108.04140.39112.28-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.98%
GREEN value IS 115 (45.31% from 255) = 34.74%
BLUE value IS 130 (51.17% from 255) = 39.27%
R=25.98%
G=34.74%
B=39.27%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal861151300.340.1200.49200.4520.3742.35
Hex56738222C031c8142a
Octal12616320242140613102452
Binary1010110111001110000010100010110001100011100100010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567382; }

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

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

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

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

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

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

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

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