#567784

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

Shades of Blue Bayoux #567784

Tints of Blue Bayoux #567784

Color information

#567784 (or 0x567784) is unknown color: approx Blue Bayoux. HEX triplet: 56, 77 and 84. RGB value is (86,119,132). Sum of RGB (Red+Green+Blue) = 86+119+132=337 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.52% from 337); Green value is 119 (46.88% from 255 or 35.31% from 337); Blue value is 132 (51.95% from 255 or 39.17% from 337); Max value from RGB is 132 - color contains mainly: blue. Hex color #567784 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567784 is #A9887B. Grayscale: #6E6E6E. Windows color (decimal): -11110524 or 8681302. OLE color: 8681302.

HSL color Cylindrical-coordinate representation of color #567784: hue angle of 196.96º 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 #567784 is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB86119132-
CMYK0.350.1000.48
HSL196.96º21.1%42.75%-
HSV(B)196.96º34.85%51.76%-
XYZ14.616.8424.31-
YUV110.62140.07110.44-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.52%
GREEN value IS 119 (46.88% from 255) = 35.31%
BLUE value IS 132 (51.95% from 255) = 39.17%
R=25.52%
G=35.31%
B=39.17%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal861191320.350.1000.48196.9621.142.75
Hex56778423A030c5152b
Octal12616720443120603052553
Binary1010110111011110000100100011101001100001100010110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567784; }

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

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

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

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

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

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

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

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