Html Css Color HEX #556AAA San Marino

📋 copy color: '#556AAA'

red 85 ◦ green 106 ◦ blue 170

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

Shades of San Marino #556AAA

Tints of San Marino #556AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 47.09%

R = 23.55%
G = 29.36%
B = 47.09%

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

#556AAA (or 0x556AAA) is known color: San Marino. HEX triplet: 55, 6A and AA. RGB value is (85,106,170). Sum of RGB (Red+Green+Blue) = 85+106+170=361 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.55% from 361); Green value is 106 (41.80% from 255 or 29.36% from 361); Blue value is 170 (66.80% from 255 or 47.09% from 361); Max value from RGB is 170 - color contains mainly: blue. Hex color #556AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556AAA is #AA9555. Grayscale: #6A6A6A. Windows color (decimal): -11179350 or 11168341. OLE color: 11168341.

HSL color Cylindrical-coordinate representation of color #556AAA: hue angle of 225.18º degrees, saturation: 0.33, 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 #556AAA is Cyan = 0.50, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 85 106 170 -
CMYK 0.50 0.38 0 0.33
HSL 225.18º 0.33% 0.5% -
HSV(B) 225.18º 0.5% 0.67% -
XYZ 16.16 15.14 40.1 -
YUV 107.02 163.54 112.3 -
System Red Green Blue C M Y K H S L
Decimal 85 106 170 0.50 0.38 0 0.33 225.18 0.33 0.5
Hex 55 6A AA 32 26 0 21 E1 21 32
Octal 125 152 252 62 46 0 41 341 41 62
Binary 1010101 1101010 10101010 110010 100110 0 100001 11100001 100001 110010

Color Harmonies of #556AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556AAA

Black with #556AAA

Text Example


Text Example

White with #556AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,106,170); }

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

background-color css

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

 a { background-color: rgb(85,106,170); }

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

border-color css

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

 span { border-color: rgb(85,106,170); }

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