#567483

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

Shades of Blue Bayoux #567483

Tints of Blue Bayoux #567483

Color information

#567483 (or 0x567483) is unknown color: approx Blue Bayoux. HEX triplet: 56, 74 and 83. RGB value is (86,116,131). Sum of RGB (Red+Green+Blue) = 86+116+131=333 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.83% from 333); Green value is 116 (45.70% from 255 or 34.83% from 333); Blue value is 131 (51.56% from 255 or 39.34% from 333); Max value from RGB is 131 - color contains mainly: blue. Hex color #567483 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567483 is #A98B7C. Grayscale: #6C6C6C. Windows color (decimal): -11111293 or 8614998. OLE color: 8614998.

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

Color convert

RGB86116131-
CMYK0.340.1100.49
HSL200º20.74%42.55%-
HSV(B)200º34.35%51.37%-
XYZ14.1816.1123.83-
YUV108.74140.56111.78-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.83%
GREEN value IS 116 (45.70% from 255) = 34.83%
BLUE value IS 131 (51.56% from 255) = 39.34%
R=25.83%
G=34.83%
B=39.34%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal861161310.340.1100.4920020.7442.55
Hex56748322B031c8152b
Octal12616420342130613102553
Binary1010110111010010000011100010101101100011100100010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567483; }

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

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

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

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

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

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

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

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