Html Css Color HEX #566BA1 San Marino

📋 copy color: '#566BA1'

red 86 ◦ green 107 ◦ blue 161

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

Shades of San Marino #566BA1

Tints of San Marino #566BA1

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.23%

 BLUE value IS 161 (63.28% from 255) = 45.48%

R = 24.29%
G = 30.23%
B = 45.48%

CMYK

 C value IS 0.47

 M value IS 0.34

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#566BA1 (or 0x566BA1) is known color: San Marino. HEX triplet: 56, 6B and A1. RGB value is (86,107,161). Sum of RGB (Red+Green+Blue) = 86+107+161=354 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.29% from 354); Green value is 107 (42.19% from 255 or 30.23% from 354); Blue value is 161 (63.28% from 255 or 45.48% from 354); Max value from RGB is 161 - color contains mainly: blue. Hex color #566BA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566BA1 is #A9945E. Grayscale: #6A6A6A. Windows color (decimal): -11113567 or 10578774. OLE color: 10578774.

HSL color Cylindrical-coordinate representation of color #566BA1: hue angle of 223.2º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #566BA1 is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 86 107 161 -
CMYK 0.47 0.34 0 0.37
HSL 223.2º 0.3% 0.48% -
HSV(B) 223.2º 0.47% 0.63% -
XYZ 15.53 15.07 35.81 -
YUV 106.88 158.54 113.11 -
System Red Green Blue C M Y K H S L
Decimal 86 107 161 0.47 0.34 0 0.37 223.2 0.3 0.48
Hex 56 6B A1 2F 22 0 25 DF 1E 30
Octal 126 153 241 57 42 0 45 337 36 60
Binary 1010110 1101011 10100001 101111 100010 0 100101 11011111 11110 110000

Color Harmonies of #566BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566BA1

Black with #566BA1

Text Example


Text Example

White with #566BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,107,161); }

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

background-color css

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

 a { background-color: rgb(86,107,161); }

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

border-color css

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

 span { border-color: rgb(86,107,161); }

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