#567C83

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

Shades of Blue Bayoux #567C83

Tints of Blue Bayoux #567C83

Color information

#567C83 (or 0x567C83) is unknown color: approx Blue Bayoux. HEX triplet: 56, 7C and 83. RGB value is (86,124,131). Sum of RGB (Red+Green+Blue) = 86+124+131=341 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.22% from 341); Green value is 124 (48.83% from 255 or 36.36% from 341); Blue value is 131 (51.56% from 255 or 38.42% from 341); Max value from RGB is 131 - color contains mainly: blue. Hex color #567C83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567C83 is #A9837C. Grayscale: #717171. Windows color (decimal): -11109245 or 8617046. OLE color: 8617046.

HSL color Cylindrical-coordinate representation of color #567C83: hue angle of 189.33º 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 #567C83 is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB86124131-
CMYK0.340.0500.49
HSL189.33º20.74%42.55%-
HSV(B)189.33º34.35%51.37%-
XYZ15.1418.0324.16-
YUV113.44137.91108.43-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.22%
GREEN value IS 124 (48.83% from 255) = 36.36%
BLUE value IS 131 (51.56% from 255) = 38.42%
R=25.22%
G=36.36%
B=38.42%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal861241310.340.0500.49189.3320.7442.55
Hex567C83225031bd152b
Octal1261742034250612752553
Binary101011011111001000001110001010101100011011110110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567C83; }

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

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

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

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

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

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

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

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