Html Css Color HEX #556BA5 San Marino

📋 copy color: '#556BA5'

red 85 ◦ green 107 ◦ blue 165

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

Shades of San Marino #556BA5

Tints of San Marino #556BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 46.22%

R = 23.81%
G = 29.97%
B = 46.22%

CMYK

 C value IS 0.48

 M value IS 0.35

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#556BA5 (or 0x556BA5) is known color: San Marino. HEX triplet: 55, 6B and A5. RGB value is (85,107,165). Sum of RGB (Red+Green+Blue) = 85+107+165=357 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.81% from 357); Green value is 107 (42.19% from 255 or 29.97% from 357); Blue value is 165 (64.84% from 255 or 46.22% from 357); Max value from RGB is 165 - color contains mainly: blue. Hex color #556BA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556BA5 is #AA945A. Grayscale: #6A6A6A. Windows color (decimal): -11179099 or 10840917. OLE color: 10840917.

HSL color Cylindrical-coordinate representation of color #556BA5: hue angle of 223.5º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #556BA5 is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 85 107 165 -
CMYK 0.48 0.35 0 0.35
HSL 223.5º 0.32% 0.49% -
HSV(B) 223.5º 0.48% 0.65% -
XYZ 15.8 15.16 37.69 -
YUV 107.03 160.71 112.28 -
System Red Green Blue C M Y K H S L
Decimal 85 107 165 0.48 0.35 0 0.35 223.5 0.32 0.49
Hex 55 6B A5 30 23 0 23 E0 20 31
Octal 125 153 245 60 43 0 43 340 40 61
Binary 1010101 1101011 10100101 110000 100011 0 100011 11100000 100000 110001

Color Harmonies of #556BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556BA5

Black with #556BA5

Text Example


Text Example

White with #556BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,107,165); }

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

background-color css

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

 a { background-color: rgb(85,107,165); }

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

border-color css

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

 span { border-color: rgb(85,107,165); }

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