Html Css Color HEX #566BCB Chetwode Blue

📋 copy color: '#566BCB'

red 86 ◦ green 107 ◦ blue 203

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

Shades of Chetwode Blue #566BCB

Tints of Chetwode Blue #566BCB

RGB

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

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

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

R = 21.72%
G = 27.02%
B = 51.26%

CMYK

 C value IS 0.58

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#566BCB (or 0x566BCB) is known color: Chetwode Blue. HEX triplet: 56, 6B and CB. RGB value is (86,107,203). Sum of RGB (Red+Green+Blue) = 86+107+203=396 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.72% from 396); Green value is 107 (42.19% from 255 or 27.02% from 396); Blue value is 203 (79.69% from 255 or 51.26% from 396); Max value from RGB is 203 - color contains mainly: blue. Hex color #566BCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566BCB is #A99434. Grayscale: #6F6F6F. Windows color (decimal): -11113525 or 13331286. OLE color: 13331286.

HSL color Cylindrical-coordinate representation of color #566BCB: hue angle of 229.23º 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 #566BCB is Cyan = 0.58, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 86 107 203 -
CMYK 0.58 0.47 0 0.20
HSL 229.23º 0.53% 0.57% -
HSV(B) 229.23º 0.58% 0.8% -
XYZ 19.87 16.81 58.7 -
YUV 111.67 179.54 109.69 -
System Red Green Blue C M Y K H S L
Decimal 86 107 203 0.58 0.47 0 0.20 229.23 0.53 0.57
Hex 56 6B CB 3A 2F 0 14 E5 35 39
Octal 126 153 313 72 57 0 24 345 65 71
Binary 1010110 1101011 11001011 111010 101111 0 10100 11100101 110101 111001

Color Harmonies of #566BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566BCB

Black with #566BCB

Text Example


Text Example

White with #566BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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