Html Css Color HEX #556AAB San Marino

📋 copy color: '#556AAB'

red 85 ◦ green 106 ◦ blue 171

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

Shades of San Marino #556AAB

Tints of San Marino #556AAB

RGB

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

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

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

R = 23.48%
G = 29.28%
B = 47.24%

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

#556AAB (or 0x556AAB) is known color: San Marino. HEX triplet: 55, 6A and AB. RGB value is (85,106,171). Sum of RGB (Red+Green+Blue) = 85+106+171=362 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.48% from 362); Green value is 106 (41.80% from 255 or 29.28% from 362); Blue value is 171 (67.19% from 255 or 47.24% from 362); Max value from RGB is 171 - color contains mainly: blue. Hex color #556AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556AAB is #AA9554. Grayscale: #6A6A6A. Windows color (decimal): -11179349 or 11233877. OLE color: 11233877.

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

Color convert

RGB 85 106 171 -
CMYK 0.50 0.38 0 0.33
HSL 225.35º 0.34% 0.5% -
HSV(B) 225.35º 0.5% 0.67% -
XYZ 16.25 15.18 40.6 -
YUV 107.13 164.04 112.21 -
System Red Green Blue C M Y K H S L
Decimal 85 106 171 0.50 0.38 0 0.33 225.35 0.34 0.5
Hex 55 6A AB 32 26 0 21 E1 22 32
Octal 125 152 253 62 46 0 41 341 42 62
Binary 1010101 1101010 10101011 110010 100110 0 100001 11100001 100010 110010

Color Harmonies of #556AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556AAB

Black with #556AAB

Text Example


Text Example

White with #556AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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