Html Css Color HEX #566CCA Chetwode Blue

📋 copy color: '#566CCA'

red 86 ◦ green 108 ◦ blue 202

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

Shades of Chetwode Blue #566CCA

Tints of Chetwode Blue #566CCA

RGB

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

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

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

R = 21.72%
G = 27.27%
B = 51.01%

CMYK

 C value IS 0.57

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#566CCA (or 0x566CCA) is known color: Chetwode Blue. HEX triplet: 56, 6C and CA. RGB value is (86,108,202). Sum of RGB (Red+Green+Blue) = 86+108+202=396 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.72% from 396); Green value is 108 (42.58% from 255 or 27.27% from 396); Blue value is 202 (79.30% from 255 or 51.01% from 396); Max value from RGB is 202 - color contains mainly: blue. Hex color #566CCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566CCA is #A99335. Grayscale: #6F6F6F. Windows color (decimal): -11113270 or 13266006. OLE color: 13266006.

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

Color convert

RGB 86 108 202 -
CMYK 0.57 0.47 0 0.21
HSL 228.62º 0.52% 0.56% -
HSV(B) 228.62º 0.57% 0.79% -
XYZ 19.86 16.97 58.11 -
YUV 112.14 178.71 109.36 -
System Red Green Blue C M Y K H S L
Decimal 86 108 202 0.57 0.47 0 0.21 228.62 0.52 0.56
Hex 56 6C CA 39 2F 0 15 E5 34 38
Octal 126 154 312 71 57 0 25 345 64 70
Binary 1010110 1101100 11001010 111001 101111 0 10101 11100101 110100 111000

Color Harmonies of #566CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566CCA

Black with #566CCA

Text Example


Text Example

White with #566CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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