Html Css Color HEX #566ACB Chetwode Blue

📋 copy color: '#566ACB'

red 86 ◦ green 106 ◦ blue 203

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

Shades of Chetwode Blue #566ACB

Tints of Chetwode Blue #566ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.39%

R = 21.77%
G = 26.84%
B = 51.39%

CMYK

 C value IS 0.58

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#566ACB (or 0x566ACB) is known color: Chetwode Blue. HEX triplet: 56, 6A and CB. RGB value is (86,106,203). Sum of RGB (Red+Green+Blue) = 86+106+203=395 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.77% from 395); Green value is 106 (41.80% from 255 or 26.84% from 395); Blue value is 203 (79.69% from 255 or 51.39% from 395); Max value from RGB is 203 - color contains mainly: blue. Hex color #566ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566ACB is #A99534. Grayscale: #6E6E6E. Windows color (decimal): -11113781 or 13331030. OLE color: 13331030.

HSL color Cylindrical-coordinate representation of color #566ACB: hue angle of 229.74º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #566ACB is Cyan = 0.58, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 86 106 203 -
CMYK 0.58 0.48 0 0.20
HSL 229.74º 0.53% 0.57% -
HSV(B) 229.74º 0.58% 0.8% -
XYZ 19.77 16.6 58.66 -
YUV 111.08 179.87 110.11 -
System Red Green Blue C M Y K H S L
Decimal 86 106 203 0.58 0.48 0 0.20 229.74 0.53 0.57
Hex 56 6A CB 3A 30 0 14 E6 35 39
Octal 126 152 313 72 60 0 24 346 65 71
Binary 1010110 1101010 11001011 111010 110000 0 10100 11100110 110101 111001

Color Harmonies of #566ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566ACB

Black with #566ACB

Text Example


Text Example

White with #566ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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