Html Css Color HEX #556DAC San Marino

📋 copy color: '#556DAC'

red 85 ◦ green 109 ◦ blue 172

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

Shades of San Marino #556DAC

Tints of San Marino #556DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 46.99%

R = 23.22%
G = 29.78%
B = 46.99%

CMYK

 C value IS 0.51

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#556DAC (or 0x556DAC) is known color: San Marino. HEX triplet: 55, 6D and AC. RGB value is (85,109,172). Sum of RGB (Red+Green+Blue) = 85+109+172=366 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.22% from 366); Green value is 109 (42.97% from 255 or 29.78% from 366); Blue value is 172 (67.58% from 255 or 46.99% from 366); Max value from RGB is 172 - color contains mainly: blue. Hex color #556DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556DAC is #AA9253. Grayscale: #6C6C6C. Windows color (decimal): -11178580 or 11300181. OLE color: 11300181.

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

Color convert

RGB 85 109 172 -
CMYK 0.51 0.37 0 0.33
HSL 223.45º 0.34% 0.5% -
HSV(B) 223.45º 0.51% 0.67% -
XYZ 16.66 15.85 41.21 -
YUV 109.01 163.55 110.88 -
System Red Green Blue C M Y K H S L
Decimal 85 109 172 0.51 0.37 0 0.33 223.45 0.34 0.5
Hex 55 6D AC 33 25 0 21 DF 22 32
Octal 125 155 254 63 45 0 41 337 42 62
Binary 1010101 1101101 10101100 110011 100101 0 100001 11011111 100010 110010

Color Harmonies of #556DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556DAC

Black with #556DAC

Text Example


Text Example

White with #556DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556DAC; }

 p { color: rgb(85,109,172); }

 H1.HeaderClassName
 {
   color: #556DAC;
 }
 .AnyTagClassName
 {
   color: #556DAC;
 }
</style>

background-color css

<style>
 a { background-color: #556DAC; }

 a { background-color: rgb(85,109,172); }

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

border-color css

<style>
 span { border-color: #556DAC; }

 span { border-color: rgb(85,109,172); }

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