#567478

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

Shades of Blue Bayoux #567478

Tints of Blue Bayoux #567478

Color information

#567478 (or 0x567478) is unknown color: approx Blue Bayoux. HEX triplet: 56, 74 and 78. RGB value is (86,116,120). Sum of RGB (Red+Green+Blue) = 86+116+120=322 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.71% from 322); Green value is 116 (45.70% from 255 or 36.02% from 322); Blue value is 120 (47.27% from 255 or 37.27% from 322); Max value from RGB is 120 - color contains mainly: blue. Hex color #567478 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567478 is #A98B87. Grayscale: #6B6B6B. Windows color (decimal): -11111304 or 7894102. OLE color: 7894102.

HSL color Cylindrical-coordinate representation of color #567478: hue angle of 187.06º 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 #567478 is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB86116120-
CMYK0.280.0300.53
HSL187.06º16.5%40.39%-
HSV(B)187.06º28.33%47.06%-
XYZ13.4715.8320.11-
YUV107.49135.06112.67-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.71%
GREEN value IS 116 (45.70% from 255) = 36.02%
BLUE value IS 120 (47.27% from 255) = 37.27%
R=26.71%
G=36.02%
B=37.27%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal861161200.280.0300.53187.0616.540.39
Hex5674781C3035bb1128
Octal1261641703430652732150
Binary101011011101001111000111001101101011011101110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567478; }

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

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

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

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

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

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

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

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