Html Css Color HEX #5564A1 San Marino

📋 copy color: '#5564A1'

red 85 ◦ green 100 ◦ blue 161

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

Shades of San Marino #5564A1

Tints of San Marino #5564A1

RGB

 RED value IS 85 (33.59% from 255) = 24.57%

 GREEN value IS 100 (39.45% from 255) = 28.9%

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

R = 24.57%
G = 28.9%
B = 46.53%

CMYK

 C value IS 0.47

 M value IS 0.38

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#5564A1 (or 0x5564A1) is known color: San Marino. HEX triplet: 55, 64 and A1. RGB value is (85,100,161). Sum of RGB (Red+Green+Blue) = 85+100+161=346 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.57% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 161 (63.28% from 255 or 46.53% from 346); Max value from RGB is 161 - color contains mainly: blue. Hex color #5564A1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5564A1 is #AA9B5E. Grayscale: #666666. Windows color (decimal): -11180895 or 10576981. OLE color: 10576981.

HSL color Cylindrical-coordinate representation of color #5564A1: hue angle of 228.16º degrees, saturation: 0.31, 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 #5564A1 is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 85 100 161 -
CMYK 0.47 0.38 0 0.37
HSL 228.16º 0.31% 0.48% -
HSV(B) 228.16º 0.47% 0.63% -
XYZ 14.74 13.62 35.57 -
YUV 102.47 161.03 115.54 -
System Red Green Blue C M Y K H S L
Decimal 85 100 161 0.47 0.38 0 0.37 228.16 0.31 0.48
Hex 55 64 A1 2F 26 0 25 E4 1F 30
Octal 125 144 241 57 46 0 45 344 37 60
Binary 1010101 1100100 10100001 101111 100110 0 100101 11100100 11111 110000

Color Harmonies of #5564A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5564A1

Black with #5564A1

Text Example


Text Example

White with #5564A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5564A1; }

 p { color: rgb(85,100,161); }

 H1.HeaderClassName
 {
   color: #5564A1;
 }
 .AnyTagClassName
 {
   color: #5564A1;
 }
</style>

background-color css

<style>
 a { background-color: #5564A1; }

 a { background-color: rgb(85,100,161); }

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

border-color css

<style>
 span { border-color: #5564A1; }

 span { border-color: rgb(85,100,161); }

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