#567684

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

Shades of Blue Bayoux #567684

Tints of Blue Bayoux #567684

Color information

#567684 (or 0x567684) is unknown color: approx Blue Bayoux. HEX triplet: 56, 76 and 84. RGB value is (86,118,132). Sum of RGB (Red+Green+Blue) = 86+118+132=336 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.60% from 336); Green value is 118 (46.48% from 255 or 35.12% from 336); Blue value is 132 (51.95% from 255 or 39.29% from 336); Max value from RGB is 132 - color contains mainly: blue. Hex color #567684 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567684 is #A9897B. Grayscale: #6D6D6D. Windows color (decimal): -11110780 or 8681046. OLE color: 8681046.

HSL color Cylindrical-coordinate representation of color #567684: hue angle of 198.26º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #567684 is Cyan = 0.35, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB86118132-
CMYK0.350.1100.48
HSL198.26º21.1%42.75%-
HSV(B)198.26º34.85%51.76%-
XYZ14.4816.624.27-
YUV110.03140.4110.86-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.60%
GREEN value IS 118 (46.48% from 255) = 35.12%
BLUE value IS 132 (51.95% from 255) = 39.29%
R=25.60%
G=35.12%
B=39.29%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal861181320.350.1100.48198.2621.142.75
Hex56768423B030c6152b
Octal12616620443130603062553
Binary1010110111011010000100100011101101100001100011010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567684; }

 p { color: rgb(86,118,132); }

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

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

 a { background-color: rgb(86,118,132); }

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

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

 span { border-color: rgb(86,118,132); }

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