Html Css Color HEX #566BC0 Chetwode Blue

📋 copy color: '#566BC0'

red 86 ◦ green 107 ◦ blue 192

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

Shades of Chetwode Blue #566BC0

Tints of Chetwode Blue #566BC0

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.79%

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

R = 22.34%
G = 27.79%
B = 49.87%

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

#566BC0 (or 0x566BC0) is known color: Chetwode Blue. HEX triplet: 56, 6B and C0. RGB value is (86,107,192). Sum of RGB (Red+Green+Blue) = 86+107+192=385 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.34% from 385); Green value is 107 (42.19% from 255 or 27.79% from 385); Blue value is 192 (75.39% from 255 or 49.87% from 385); Max value from RGB is 192 - color contains mainly: blue. Hex color #566BC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566BC0 is #A9943F. Grayscale: #6E6E6E. Windows color (decimal): -11113536 or 12610390. OLE color: 12610390.

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

Color convert

RGB 86 107 192 -
CMYK 0.55 0.44 0 0.25
HSL 228.11º 0.46% 0.55% -
HSV(B) 228.11º 0.55% 0.75% -
XYZ 18.61 16.3 52.03 -
YUV 110.41 174.04 110.59 -
System Red Green Blue C M Y K H S L
Decimal 86 107 192 0.55 0.44 0 0.25 228.11 0.46 0.55
Hex 56 6B C0 37 2C 0 19 E4 2E 37
Octal 126 153 300 67 54 0 31 344 56 67
Binary 1010110 1101011 11000000 110111 101100 0 11001 11100100 101110 110111

Color Harmonies of #566BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566BC0

Black with #566BC0

Text Example


Text Example

White with #566BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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