Html Css Color HEX #566ACC Chetwode Blue

📋 copy color: '#566ACC'

red 86 ◦ green 106 ◦ blue 204

#566ACC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chetwode Blue #566ACC

Tints of Chetwode Blue #566ACC

RGB

 RED value IS 86 (33.98% from 255) = 21.72%

 GREEN value IS 106 (41.8% from 255) = 26.77%

 BLUE value IS 204 (80.08% from 255) = 51.52%

R = 21.72%
G = 26.77%
B = 51.52%

CMYK

 C value IS 0.58

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#566ACC (or 0x566ACC) is known color: Chetwode Blue. HEX triplet: 56, 6A and CC. RGB value is (86,106,204). Sum of RGB (Red+Green+Blue) = 86+106+204=396 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.72% from 396); Green value is 106 (41.80% from 255 or 26.77% from 396); Blue value is 204 (80.08% from 255 or 51.52% from 396); Max value from RGB is 204 - color contains mainly: blue. Hex color #566ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566ACC is #A99533. Grayscale: #6E6E6E. Windows color (decimal): -11113780 or 13396566. OLE color: 13396566.

HSL color Cylindrical-coordinate representation of color #566ACC: hue angle of 229.83º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #566ACC is Cyan = 0.58, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 86 106 204 -
CMYK 0.58 0.48 0 0.2
HSL 229.83º 0.54% 0.57% -
HSV(B) 229.83º 0.58% 0.8% -
XYZ 19.89 16.65 59.29 -
YUV 111.19 180.37 110.03 -
System Red Green Blue C M Y K H S L
Decimal 86 106 204 0.58 0.48 0 0.2 229.83 0.54 0.57
Hex 56 6A CC 3A 30 0 14 E6 36 39
Octal 126 152 314 72 60 0 24 346 66 71
Binary 1010110 1101010 11001100 111010 110000 0 10100 11100110 110110 111001

Color Harmonies of #566ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566ACC

Black with #566ACC

Text Example


Text Example

White with #566ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #566ACC;
 }
 .AnyTagClassName
 {
   color: #566ACC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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