Html Css Color HEX #566AAB San Marino

📋 copy color: '#566AAB'

red 86 ◦ green 106 ◦ blue 171

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

Shades of San Marino #566AAB

Tints of San Marino #566AAB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.2%

 BLUE value IS 171 (67.19% from 255) = 47.11%

R = 23.69%
G = 29.2%
B = 47.11%

CMYK

 C value IS 0.50

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#566AAB (or 0x566AAB) is known color: San Marino. HEX triplet: 56, 6A and AB. RGB value is (86,106,171). Sum of RGB (Red+Green+Blue) = 86+106+171=363 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.69% from 363); Green value is 106 (41.80% from 255 or 29.20% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 171 - color contains mainly: blue. Hex color #566AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566AAB is #A99554. Grayscale: #6B6B6B. Windows color (decimal): -11113813 or 11233878. OLE color: 11233878.

HSL color Cylindrical-coordinate representation of color #566AAB: hue angle of 225.88º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #566AAB is Cyan = 0.50, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 86 106 171 -
CMYK 0.50 0.38 0 0.33
HSL 225.88º 0.34% 0.5% -
HSV(B) 225.88º 0.5% 0.67% -
XYZ 16.34 15.23 40.61 -
YUV 107.43 163.87 112.71 -
System Red Green Blue C M Y K H S L
Decimal 86 106 171 0.50 0.38 0 0.33 225.88 0.34 0.5
Hex 56 6A AB 32 26 0 21 E2 22 32
Octal 126 152 253 62 46 0 41 342 42 62
Binary 1010110 1101010 10101011 110010 100110 0 100001 11100010 100010 110010

Color Harmonies of #566AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566AAB

Black with #566AAB

Text Example


Text Example

White with #566AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,106,171); }

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

background-color css

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

 a { background-color: rgb(86,106,171); }

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

border-color css

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

 span { border-color: rgb(86,106,171); }

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