Html Css Color HEX #566DBA Chetwode Blue

📋 copy color: '#566DBA'

red 86 ◦ green 109 ◦ blue 186

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

Shades of Chetwode Blue #566DBA

Tints of Chetwode Blue #566DBA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.61%

 BLUE value IS 186 (73.05% from 255) = 48.82%

R = 22.57%
G = 28.61%
B = 48.82%

CMYK

 C value IS 0.54

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#566DBA (or 0x566DBA) is known color: Chetwode Blue. HEX triplet: 56, 6D and BA. RGB value is (86,109,186). Sum of RGB (Red+Green+Blue) = 86+109+186=381 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.57% from 381); Green value is 109 (42.97% from 255 or 28.61% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #566DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566DBA is #A99245. Grayscale: #6E6E6E. Windows color (decimal): -11113030 or 12217686. OLE color: 12217686.

HSL color Cylindrical-coordinate representation of color #566DBA: hue angle of 226.2º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #566DBA is Cyan = 0.54, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 86 109 186 -
CMYK 0.54 0.41 0 0.27
HSL 226.2º 0.42% 0.53% -
HSV(B) 226.2º 0.54% 0.73% -
XYZ 18.17 16.46 48.67 -
YUV 110.9 170.38 110.24 -
System Red Green Blue C M Y K H S L
Decimal 86 109 186 0.54 0.41 0 0.27 226.2 0.42 0.53
Hex 56 6D BA 36 29 0 1B E2 2A 35
Octal 126 155 272 66 51 0 33 342 52 65
Binary 1010110 1101101 10111010 110110 101001 0 11011 11100010 101010 110101

Color Harmonies of #566DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566DBA

Black with #566DBA

Text Example


Text Example

White with #566DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,109,186); }

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

background-color css

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

 a { background-color: rgb(86,109,186); }

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

border-color css

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

 span { border-color: rgb(86,109,186); }

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