Html Css Color HEX #556899 San Marino

📋 copy color: '#556899'

red 85 ◦ green 104 ◦ blue 153

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

Shades of San Marino #556899

Tints of San Marino #556899

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.41%

 BLUE value IS 153 (60.16% from 255) = 44.74%

R = 24.85%
G = 30.41%
B = 44.74%

CMYK

 C value IS 0.44

 M value IS 0.32

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#556899 (or 0x556899) is known color: San Marino. HEX triplet: 55, 68 and 99. RGB value is (85,104,153). Sum of RGB (Red+Green+Blue) = 85+104+153=342 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.85% from 342); Green value is 104 (41.02% from 255 or 30.41% from 342); Blue value is 153 (60.16% from 255 or 44.74% from 342); Max value from RGB is 153 - color contains mainly: blue. Hex color #556899 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556899 is #AA9766. Grayscale: #676767. Windows color (decimal): -11179879 or 10053717. OLE color: 10053717.

HSL color Cylindrical-coordinate representation of color #556899: hue angle of 223.24º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #556899 is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 85 104 153 -
CMYK 0.44 0.32 0 0.4
HSL 223.24º 0.29% 0.47% -
HSV(B) 223.24º 0.44% 0.6% -
XYZ 14.45 14.13 32.1 -
YUV 103.91 155.71 114.52 -
System Red Green Blue C M Y K H S L
Decimal 85 104 153 0.44 0.32 0 0.4 223.24 0.29 0.47
Hex 55 68 99 2C 20 0 28 DF 1D 2F
Octal 125 150 231 54 40 0 50 337 35 57
Binary 1010101 1101000 10011001 101100 100000 0 101000 11011111 11101 101111

Color Harmonies of #556899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556899

Black with #556899

Text Example


Text Example

White with #556899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556899; }

 p { color: rgb(85,104,153); }

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

background-color css

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

 a { background-color: rgb(85,104,153); }

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

border-color css

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

 span { border-color: rgb(85,104,153); }

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