Html Css Color HEX #566EBE Chetwode Blue

📋 copy color: '#566EBE'

red 86 ◦ green 110 ◦ blue 190

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

Shades of Chetwode Blue #566EBE

Tints of Chetwode Blue #566EBE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.5%

 BLUE value IS 190 (74.61% from 255) = 49.22%

R = 22.28%
G = 28.5%
B = 49.22%

CMYK

 C value IS 0.55

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#566EBE (or 0x566EBE) is known color: Chetwode Blue. HEX triplet: 56, 6E and BE. RGB value is (86,110,190). Sum of RGB (Red+Green+Blue) = 86+110+190=386 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.28% from 386); Green value is 110 (43.36% from 255 or 28.50% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 190 - color contains mainly: blue. Hex color #566EBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566EBE is #A99141. Grayscale: #6F6F6F. Windows color (decimal): -11112770 or 12480086. OLE color: 12480086.

HSL color Cylindrical-coordinate representation of color #566EBE: hue angle of 226.15º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #566EBE is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 86 110 190 -
CMYK 0.55 0.42 0 0.25
HSL 226.15º 0.44% 0.54% -
HSV(B) 226.15º 0.55% 0.75% -
XYZ 18.71 16.85 50.98 -
YUV 111.94 172.05 109.5 -
System Red Green Blue C M Y K H S L
Decimal 86 110 190 0.55 0.42 0 0.25 226.15 0.44 0.54
Hex 56 6E BE 37 2A 0 19 E2 2C 36
Octal 126 156 276 67 52 0 31 342 54 66
Binary 1010110 1101110 10111110 110111 101010 0 11001 11100010 101100 110110

Color Harmonies of #566EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566EBE

Black with #566EBE

Text Example


Text Example

White with #566EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,110,190); }

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

background-color css

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

 a { background-color: rgb(86,110,190); }

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

border-color css

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

 span { border-color: rgb(86,110,190); }

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