Html Css Color HEX #566EC0 Chetwode Blue

📋 copy color: '#566EC0'

red 86 ◦ green 110 ◦ blue 192

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

Shades of Chetwode Blue #566EC0

Tints of Chetwode Blue #566EC0

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.35%

 BLUE value IS 192 (75.39% from 255) = 49.48%

R = 22.16%
G = 28.35%
B = 49.48%

CMYK

 C value IS 0.55

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#566EC0 (or 0x566EC0) is known color: Chetwode Blue. HEX triplet: 56, 6E and C0. RGB value is (86,110,192). Sum of RGB (Red+Green+Blue) = 86+110+192=388 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.16% from 388); Green value is 110 (43.36% from 255 or 28.35% from 388); Blue value is 192 (75.39% from 255 or 49.48% from 388); Max value from RGB is 192 - color contains mainly: blue. Hex color #566EC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566EC0 is #A9913F. Grayscale: #6F6F6F. Windows color (decimal): -11112768 or 12611158. OLE color: 12611158.

HSL color Cylindrical-coordinate representation of color #566EC0: hue angle of 226.42º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #566EC0 is Cyan = 0.55, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 86 110 192 -
CMYK 0.55 0.43 0 0.25
HSL 226.42º 0.46% 0.55% -
HSV(B) 226.42º 0.55% 0.75% -
XYZ 18.93 16.94 52.14 -
YUV 112.17 173.05 109.33 -
System Red Green Blue C M Y K H S L
Decimal 86 110 192 0.55 0.43 0 0.25 226.42 0.46 0.55
Hex 56 6E C0 37 2B 0 19 E2 2E 37
Octal 126 156 300 67 53 0 31 342 56 67
Binary 1010110 1101110 11000000 110111 101011 0 11001 11100010 101110 110111

Color Harmonies of #566EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566EC0

Black with #566EC0

Text Example


Text Example

White with #566EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,110,192); }

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

background-color css

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

 a { background-color: rgb(86,110,192); }

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

border-color css

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

 span { border-color: rgb(86,110,192); }

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