Html Css Color HEX #566DAD San Marino

📋 copy color: '#566DAD'

red 86 ◦ green 109 ◦ blue 173

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

Shades of San Marino #566DAD

Tints of San Marino #566DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 47.01%

R = 23.37%
G = 29.62%
B = 47.01%

CMYK

 C value IS 0.50

 M value IS 0.37

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#566DAD (or 0x566DAD) is known color: San Marino. HEX triplet: 56, 6D and AD. RGB value is (86,109,173). Sum of RGB (Red+Green+Blue) = 86+109+173=368 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.37% from 368); Green value is 109 (42.97% from 255 or 29.62% from 368); Blue value is 173 (67.97% from 255 or 47.01% from 368); Max value from RGB is 173 - color contains mainly: blue. Hex color #566DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566DAD is #A99252. Grayscale: #6D6D6D. Windows color (decimal): -11113043 or 11365718. OLE color: 11365718.

HSL color Cylindrical-coordinate representation of color #566DAD: hue angle of 224.14º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #566DAD is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 86 109 173 -
CMYK 0.50 0.37 0 0.32
HSL 224.14º 0.35% 0.51% -
HSV(B) 224.14º 0.5% 0.68% -
XYZ 16.85 15.93 41.72 -
YUV 109.42 163.88 111.3 -
System Red Green Blue C M Y K H S L
Decimal 86 109 173 0.50 0.37 0 0.32 224.14 0.35 0.51
Hex 56 6D AD 32 25 0 20 E0 23 33
Octal 126 155 255 62 45 0 40 340 43 63
Binary 1010110 1101101 10101101 110010 100101 0 100000 11100000 100011 110011

Color Harmonies of #566DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566DAD

Black with #566DAD

Text Example


Text Example

White with #566DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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