Html Css Color HEX #556E99 San Marino

📋 copy color: '#556E99'

red 85 ◦ green 110 ◦ blue 153

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

Shades of San Marino #556E99

Tints of San Marino #556E99

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.61%

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

R = 24.43%
G = 31.61%
B = 43.97%

CMYK

 C value IS 0.44

 M value IS 0.28

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#556E99 (or 0x556E99) is known color: San Marino. HEX triplet: 55, 6E and 99. RGB value is (85,110,153). Sum of RGB (Red+Green+Blue) = 85+110+153=348 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.43% from 348); Green value is 110 (43.36% from 255 or 31.61% from 348); Blue value is 153 (60.16% from 255 or 43.97% from 348); Max value from RGB is 153 - color contains mainly: blue. Hex color #556E99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556E99 is #AA9166. Grayscale: #6B6B6B. Windows color (decimal): -11178343 or 10055253. OLE color: 10055253.

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

Color convert

RGB 85 110 153 -
CMYK 0.44 0.28 0 0.4
HSL 217.94º 0.29% 0.47% -
HSV(B) 217.94º 0.44% 0.6% -
XYZ 15.07 15.38 32.31 -
YUV 107.43 153.72 112 -
System Red Green Blue C M Y K H S L
Decimal 85 110 153 0.44 0.28 0 0.4 217.94 0.29 0.47
Hex 55 6E 99 2C 1C 0 28 DA 1D 2F
Octal 125 156 231 54 34 0 50 332 35 57
Binary 1010101 1101110 10011001 101100 11100 0 101000 11011010 11101 101111

Color Harmonies of #556E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556E99

Black with #556E99

Text Example


Text Example

White with #556E99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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