Html Css Color HEX #566FC6 Chetwode Blue

📋 copy color: '#566FC6'

red 86 ◦ green 111 ◦ blue 198

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

Shades of Chetwode Blue #566FC6

Tints of Chetwode Blue #566FC6

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.1%

 BLUE value IS 198 (77.73% from 255) = 50.13%

R = 21.77%
G = 28.1%
B = 50.13%

CMYK

 C value IS 0.57

 M value IS 0.44

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#566FC6 (or 0x566FC6) is known color: Chetwode Blue. HEX triplet: 56, 6F and C6. RGB value is (86,111,198). Sum of RGB (Red+Green+Blue) = 86+111+198=395 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.77% from 395); Green value is 111 (43.75% from 255 or 28.10% from 395); Blue value is 198 (77.73% from 255 or 50.13% from 395); Max value from RGB is 198 - color contains mainly: blue. Hex color #566FC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566FC6 is #A99039. Grayscale: #717171. Windows color (decimal): -11112506 or 13004630. OLE color: 13004630.

HSL color Cylindrical-coordinate representation of color #566FC6: hue angle of 226.61º degrees, saturation: 0.5, 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 #566FC6 is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 86 111 198 -
CMYK 0.57 0.44 0 0.22
HSL 226.61º 0.5% 0.56% -
HSV(B) 226.61º 0.57% 0.78% -
XYZ 19.72 17.42 55.75 -
YUV 113.44 175.72 108.43 -
System Red Green Blue C M Y K H S L
Decimal 86 111 198 0.57 0.44 0 0.22 226.61 0.5 0.56
Hex 56 6F C6 39 2C 0 16 E3 32 38
Octal 126 157 306 71 54 0 26 343 62 70
Binary 1010110 1101111 11000110 111001 101100 0 10110 11100011 110010 111000

Color Harmonies of #566FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566FC6

Black with #566FC6

Text Example


Text Example

White with #566FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,111,198); }

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

background-color css

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

 a { background-color: rgb(86,111,198); }

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

border-color css

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

 span { border-color: rgb(86,111,198); }

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