Html Css Color HEX #556799 San Marino

📋 copy color: '#556799'

red 85 ◦ green 103 ◦ blue 153

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

Shades of San Marino #556799

Tints of San Marino #556799

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.21%

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

R = 24.93%
G = 30.21%
B = 44.87%

CMYK

 C value IS 0.44

 M value IS 0.33

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#556799 (or 0x556799) is known color: San Marino. HEX triplet: 55, 67 and 99. RGB value is (85,103,153). Sum of RGB (Red+Green+Blue) = 85+103+153=341 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.93% from 341); Green value is 103 (40.62% from 255 or 30.21% from 341); Blue value is 153 (60.16% from 255 or 44.87% from 341); Max value from RGB is 153 - color contains mainly: blue. Hex color #556799 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556799 is #AA9866. Grayscale: #676767. Windows color (decimal): -11180135 or 10053461. OLE color: 10053461.

HSL color Cylindrical-coordinate representation of color #556799: hue angle of 224.12º 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 #556799 is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 85 103 153 -
CMYK 0.44 0.33 0 0.4
HSL 224.12º 0.29% 0.47% -
HSV(B) 224.12º 0.44% 0.6% -
XYZ 14.35 13.93 32.07 -
YUV 103.32 156.04 114.93 -
System Red Green Blue C M Y K H S L
Decimal 85 103 153 0.44 0.33 0 0.4 224.12 0.29 0.47
Hex 55 67 99 2C 21 0 28 E0 1D 2F
Octal 125 147 231 54 41 0 50 340 35 57
Binary 1010101 1100111 10011001 101100 100001 0 101000 11100000 11101 101111

Color Harmonies of #556799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556799

Black with #556799

Text Example


Text Example

White with #556799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556799; }

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

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

background-color css

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

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

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

border-color css

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

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

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