Html Css Color HEX #566CC0 Chetwode Blue

📋 copy color: '#566CC0'

red 86 ◦ green 108 ◦ blue 192

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

Shades of Chetwode Blue #566CC0

Tints of Chetwode Blue #566CC0

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.98%

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

R = 22.28%
G = 27.98%
B = 49.74%

CMYK

 C value IS 0.55

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#566CC0 (or 0x566CC0) is known color: Chetwode Blue. HEX triplet: 56, 6C and C0. RGB value is (86,108,192). Sum of RGB (Red+Green+Blue) = 86+108+192=386 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.28% from 386); Green value is 108 (42.58% from 255 or 27.98% from 386); Blue value is 192 (75.39% from 255 or 49.74% from 386); Max value from RGB is 192 - color contains mainly: blue. Hex color #566CC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566CC0 is #A9933F. Grayscale: #6E6E6E. Windows color (decimal): -11113280 or 12610646. OLE color: 12610646.

HSL color Cylindrical-coordinate representation of color #566CC0: hue angle of 227.55º 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 #566CC0 is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 86 108 192 -
CMYK 0.55 0.44 0 0.25
HSL 227.55º 0.46% 0.55% -
HSV(B) 227.55º 0.55% 0.75% -
XYZ 18.71 16.51 52.07 -
YUV 111 173.71 110.17 -
System Red Green Blue C M Y K H S L
Decimal 86 108 192 0.55 0.44 0 0.25 227.55 0.46 0.55
Hex 56 6C C0 37 2C 0 19 E4 2E 37
Octal 126 154 300 67 54 0 31 344 56 67
Binary 1010110 1101100 11000000 110111 101100 0 11001 11100100 101110 110111

Color Harmonies of #566CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566CC0

Black with #566CC0

Text Example


Text Example

White with #566CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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