#567484

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

Shades of Blue Bayoux #567484

Tints of Blue Bayoux #567484

Color information

#567484 (or 0x567484) is unknown color: approx Blue Bayoux. HEX triplet: 56, 74 and 84. RGB value is (86,116,132). Sum of RGB (Red+Green+Blue) = 86+116+132=334 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.75% from 334); Green value is 116 (45.70% from 255 or 34.73% from 334); Blue value is 132 (51.95% from 255 or 39.52% from 334); Max value from RGB is 132 - color contains mainly: blue. Hex color #567484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567484 is #A98B7B. Grayscale: #6C6C6C. Windows color (decimal): -11111292 or 8680534. OLE color: 8680534.

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

Color convert

RGB86116132-
CMYK0.350.1200.48
HSL200.87º21.1%42.75%-
HSV(B)200.87º34.85%51.76%-
XYZ14.2516.1424.19-
YUV108.85141.06111.7-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.75%
GREEN value IS 116 (45.70% from 255) = 34.73%
BLUE value IS 132 (51.95% from 255) = 39.52%
R=25.75%
G=34.73%
B=39.52%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal861161320.350.1200.48200.8721.142.75
Hex56748423C030c9152b
Octal12616420443140603112553
Binary1010110111010010000100100011110001100001100100110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567484; }

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

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

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

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

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

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

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

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