Html Css Color HEX #566AC8 Chetwode Blue

📋 copy color: '#566AC8'

red 86 ◦ green 106 ◦ blue 200

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

Shades of Chetwode Blue #566AC8

Tints of Chetwode Blue #566AC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 51.02%

R = 21.94%
G = 27.04%
B = 51.02%

CMYK

 C value IS 0.57

 M value IS 0.47

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#566AC8 (or 0x566AC8) is known color: Chetwode Blue. HEX triplet: 56, 6A and C8. RGB value is (86,106,200). Sum of RGB (Red+Green+Blue) = 86+106+200=392 (51% of max value = 765). Red value is 86 (33.98% from 255 or 21.94% from 392); Green value is 106 (41.80% from 255 or 27.04% from 392); Blue value is 200 (78.52% from 255 or 51.02% from 392); Max value from RGB is 200 - color contains mainly: blue. Hex color #566AC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566AC8 is #A99537. Grayscale: #6E6E6E. Windows color (decimal): -11113784 or 13134422. OLE color: 13134422.

HSL color Cylindrical-coordinate representation of color #566AC8: hue angle of 229.47º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #566AC8 is Cyan = 0.57, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 86 106 200 -
CMYK 0.57 0.47 0 0.22
HSL 229.47º 0.51% 0.56% -
HSV(B) 229.47º 0.57% 0.78% -
XYZ 19.42 16.46 56.8 -
YUV 110.74 178.37 110.36 -
System Red Green Blue C M Y K H S L
Decimal 86 106 200 0.57 0.47 0 0.22 229.47 0.51 0.56
Hex 56 6A C8 39 2F 0 16 E5 33 38
Octal 126 152 310 71 57 0 26 345 63 70
Binary 1010110 1101010 11001000 111001 101111 0 10110 11100101 110011 111000

Color Harmonies of #566AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566AC8

Black with #566AC8

Text Example


Text Example

White with #566AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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