#567378

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

Shades of Blue Bayoux #567378

Tints of Blue Bayoux #567378

Color information

#567378 (or 0x567378) is unknown color: approx Blue Bayoux. HEX triplet: 56, 73 and 78. RGB value is (86,115,120). Sum of RGB (Red+Green+Blue) = 86+115+120=321 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.79% from 321); Green value is 115 (45.31% from 255 or 35.83% from 321); Blue value is 120 (47.27% from 255 or 37.38% from 321); Max value from RGB is 120 - color contains mainly: blue. Hex color #567378 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567378 is #A98C87. Grayscale: #6A6A6A. Windows color (decimal): -11111560 or 7893846. OLE color: 7893846.

HSL color Cylindrical-coordinate representation of color #567378: hue angle of 188.82º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #567378 is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB86115120-
CMYK0.280.0400.53
HSL188.82º16.5%40.39%-
HSV(B)188.82º28.33%47.06%-
XYZ13.3615.620.08-
YUV106.9135.39113.09-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.79%
GREEN value IS 115 (45.31% from 255) = 35.83%
BLUE value IS 120 (47.27% from 255) = 37.38%
R=26.79%
G=35.83%
B=37.38%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal861151200.280.0400.53188.8216.540.39
Hex5673781C4035bd1128
Octal1261631703440652752150
Binary1010110111001111110001110010001101011011110110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567378; }

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

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

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

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

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

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

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

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