Html Css Color HEX #566FCA Chetwode Blue

📋 copy color: '#566FCA'

red 86 ◦ green 111 ◦ blue 202

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

Shades of Chetwode Blue #566FCA

Tints of Chetwode Blue #566FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 50.63%

R = 21.55%
G = 27.82%
B = 50.63%

CMYK

 C value IS 0.57

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#566FCA (or 0x566FCA) is known color: Chetwode Blue. HEX triplet: 56, 6F and CA. RGB value is (86,111,202). Sum of RGB (Red+Green+Blue) = 86+111+202=399 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.55% from 399); Green value is 111 (43.75% from 255 or 27.82% from 399); Blue value is 202 (79.30% from 255 or 50.63% from 399); Max value from RGB is 202 - color contains mainly: blue. Hex color #566FCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566FCA is #A99035. Grayscale: #717171. Windows color (decimal): -11112502 or 13266774. OLE color: 13266774.

HSL color Cylindrical-coordinate representation of color #566FCA: hue angle of 227.07º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #566FCA is Cyan = 0.57, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 86 111 202 -
CMYK 0.57 0.45 0 0.21
HSL 227.07º 0.52% 0.56% -
HSV(B) 227.07º 0.57% 0.79% -
XYZ 20.18 17.61 58.21 -
YUV 113.9 177.72 108.1 -
System Red Green Blue C M Y K H S L
Decimal 86 111 202 0.57 0.45 0 0.21 227.07 0.52 0.56
Hex 56 6F CA 39 2D 0 15 E3 34 38
Octal 126 157 312 71 55 0 25 343 64 70
Binary 1010110 1101111 11001010 111001 101101 0 10101 11100011 110100 111000

Color Harmonies of #566FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566FCA

Black with #566FCA

Text Example


Text Example

White with #566FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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