#566ACA

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

Shades of Chetwode Blue #566ACA

Tints of Chetwode Blue #566ACA

Color information

#566ACA (or 0x566ACA) is unknown color: approx Chetwode Blue. HEX triplet: 56, 6A and CA. RGB value is (86,106,202). Sum of RGB (Red+Green+Blue) = 86+106+202=394 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.83% from 394); Green value is 106 (41.80% from 255 or 26.90% from 394); Blue value is 202 (79.30% from 255 or 51.27% from 394); Max value from RGB is 202 - color contains mainly: blue. Hex color #566ACA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566ACA is #A99535. Grayscale: #6E6E6E. Windows color (decimal): -11113782 or 13265494. OLE color: 13265494.

HSL color Cylindrical-coordinate representation of color #566ACA: hue angle of 229.66º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #566ACA is Cyan = 0.57, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB86106202-
CMYK0.570.4800.21
HSL229.66º52.25%56.47%-
HSV(B)229.66º57.43%79.22%-
XYZ19.6516.5558.04-
YUV110.96179.37110.19-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.83%
GREEN value IS 106 (41.80% from 255) = 26.90%
BLUE value IS 202 (79.30% from 255) = 51.27%
R=21.83%
G=26.90%
B=51.27%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal861062020.570.4800.21229.6652.2556.47
Hex566ACA3930015e63438
Octal12615231271600253466470
Binary101011011010101100101011100111000001010111100110110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566ACA; }

 p { color: rgb(86,106,202); }

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

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

 a { background-color: rgb(86,106,202); }

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

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

 span { border-color: rgb(86,106,202); }

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