Html Css Color HEX #566FAD San Marino

📋 copy color: '#566FAD'

red 86 ◦ green 111 ◦ blue 173

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

Shades of San Marino #566FAD

Tints of San Marino #566FAD

RGB

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

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

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

R = 23.24%
G = 30%
B = 46.76%

CMYK

 C value IS 0.50

 M value IS 0.36

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#566FAD (or 0x566FAD) is known color: San Marino. HEX triplet: 56, 6F and AD. RGB value is (86,111,173). Sum of RGB (Red+Green+Blue) = 86+111+173=370 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.24% from 370); Green value is 111 (43.75% from 255 or 30% from 370); Blue value is 173 (67.97% from 255 or 46.76% from 370); Max value from RGB is 173 - color contains mainly: blue. Hex color #566FAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566FAD is #A99052. Grayscale: #6E6E6E. Windows color (decimal): -11112531 or 11366230. OLE color: 11366230.

HSL color Cylindrical-coordinate representation of color #566FAD: hue angle of 222.76º 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 #566FAD is Cyan = 0.50, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 86 111 173 -
CMYK 0.50 0.36 0 0.32
HSL 222.76º 0.35% 0.51% -
HSV(B) 222.76º 0.5% 0.68% -
XYZ 17.07 16.36 41.79 -
YUV 110.59 163.22 110.46 -
System Red Green Blue C M Y K H S L
Decimal 86 111 173 0.50 0.36 0 0.32 222.76 0.35 0.51
Hex 56 6F AD 32 24 0 20 DF 23 33
Octal 126 157 255 62 44 0 40 337 43 63
Binary 1010110 1101111 10101101 110010 100100 0 100000 11011111 100011 110011

Color Harmonies of #566FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566FAD

Black with #566FAD

Text Example


Text Example

White with #566FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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