#567380

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

Shades of Blue Bayoux #567380

Tints of Blue Bayoux #567380

Color information

#567380 (or 0x567380) is unknown color: approx Blue Bayoux. HEX triplet: 56, 73 and 80. RGB value is (86,115,128). Sum of RGB (Red+Green+Blue) = 86+115+128=329 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.14% from 329); Green value is 115 (45.31% from 255 or 34.95% from 329); Blue value is 128 (50.39% from 255 or 38.91% from 329); Max value from RGB is 128 - color contains mainly: blue. Hex color #567380 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567380 is #A98C7F. Grayscale: #6B6B6B. Windows color (decimal): -11111552 or 8418134. OLE color: 8418134.

HSL color Cylindrical-coordinate representation of color #567380: hue angle of 198.57º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #567380 is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB86115128-
CMYK0.330.1000.50
HSL198.57º19.63%41.96%-
HSV(B)198.57º32.81%50.2%-
XYZ13.8615.822.74-
YUV107.81139.39112.44-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.14%
GREEN value IS 115 (45.31% from 255) = 34.95%
BLUE value IS 128 (50.39% from 255) = 38.91%
R=26.14%
G=34.95%
B=38.91%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal861151280.330.1000.50198.5719.6341.96
Hex56738021A032c7142a
Octal12616320041120623072452
Binary1010110111001110000000100001101001100101100011110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567380; }

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

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

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

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

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

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

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

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