Html Css Color HEX #556BA4 San Marino

📋 copy color: '#556BA4'

red 85 ◦ green 107 ◦ blue 164

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

Shades of San Marino #556BA4

Tints of San Marino #556BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 46.07%

R = 23.88%
G = 30.06%
B = 46.07%

CMYK

 C value IS 0.48

 M value IS 0.35

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#556BA4 (or 0x556BA4) is known color: San Marino. HEX triplet: 55, 6B and A4. RGB value is (85,107,164). Sum of RGB (Red+Green+Blue) = 85+107+164=356 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.88% from 356); Green value is 107 (42.19% from 255 or 30.06% from 356); Blue value is 164 (64.45% from 255 or 46.07% from 356); Max value from RGB is 164 - color contains mainly: blue. Hex color #556BA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556BA4 is #AA945B. Grayscale: #6A6A6A. Windows color (decimal): -11179100 or 10775381. OLE color: 10775381.

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

Color convert

RGB 85 107 164 -
CMYK 0.48 0.35 0 0.36
HSL 223.29º 0.32% 0.49% -
HSV(B) 223.29º 0.48% 0.64% -
XYZ 15.7 15.13 37.21 -
YUV 106.92 160.21 112.37 -
System Red Green Blue C M Y K H S L
Decimal 85 107 164 0.48 0.35 0 0.36 223.29 0.32 0.49
Hex 55 6B A4 30 23 0 24 DF 20 31
Octal 125 153 244 60 43 0 44 337 40 61
Binary 1010101 1101011 10100100 110000 100011 0 100100 11011111 100000 110001

Color Harmonies of #556BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556BA4

Black with #556BA4

Text Example


Text Example

White with #556BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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