Html Css Color HEX #556BA7 San Marino

📋 copy color: '#556BA7'

red 85 ◦ green 107 ◦ blue 167

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

Shades of San Marino #556BA7

Tints of San Marino #556BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 46.52%

R = 23.68%
G = 29.81%
B = 46.52%

CMYK

 C value IS 0.49

 M value IS 0.36

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#556BA7 (or 0x556BA7) is known color: San Marino. HEX triplet: 55, 6B and A7. RGB value is (85,107,167). Sum of RGB (Red+Green+Blue) = 85+107+167=359 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.68% from 359); Green value is 107 (42.19% from 255 or 29.81% from 359); Blue value is 167 (65.62% from 255 or 46.52% from 359); Max value from RGB is 167 - color contains mainly: blue. Hex color #556BA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556BA7 is #AA9458. Grayscale: #6B6B6B. Windows color (decimal): -11179097 or 10971989. OLE color: 10971989.

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

Color convert

RGB 85 107 167 -
CMYK 0.49 0.36 0 0.35
HSL 223.9º 0.33% 0.49% -
HSV(B) 223.9º 0.49% 0.65% -
XYZ 15.98 15.24 38.66 -
YUV 107.26 161.71 112.12 -
System Red Green Blue C M Y K H S L
Decimal 85 107 167 0.49 0.36 0 0.35 223.9 0.33 0.49
Hex 55 6B A7 31 24 0 23 E0 21 31
Octal 125 153 247 61 44 0 43 340 41 61
Binary 1010101 1101011 10100111 110001 100100 0 100011 11100000 100001 110001

Color Harmonies of #556BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556BA7

Black with #556BA7

Text Example


Text Example

White with #556BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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