Html Css Color HEX #556E98 San Marino

📋 copy color: '#556E98'

red 85 ◦ green 110 ◦ blue 152

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

Shades of San Marino #556E98

Tints of San Marino #556E98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 43.8%

R = 24.5%
G = 31.7%
B = 43.8%

CMYK

 C value IS 0.44

 M value IS 0.28

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#556E98 (or 0x556E98) is known color: San Marino. HEX triplet: 55, 6E and 98. RGB value is (85,110,152). Sum of RGB (Red+Green+Blue) = 85+110+152=347 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.50% from 347); Green value is 110 (43.36% from 255 or 31.70% from 347); Blue value is 152 (59.77% from 255 or 43.80% from 347); Max value from RGB is 152 - color contains mainly: blue. Hex color #556E98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556E98 is #AA9167. Grayscale: #6B6B6B. Windows color (decimal): -11178344 or 9989717. OLE color: 9989717.

HSL color Cylindrical-coordinate representation of color #556E98: hue angle of 217.61º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #556E98 is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 85 110 152 -
CMYK 0.44 0.28 0 0.40
HSL 217.61º 0.28% 0.46% -
HSV(B) 217.61º 0.44% 0.6% -
XYZ 14.99 15.35 31.88 -
YUV 107.31 153.22 112.08 -
System Red Green Blue C M Y K H S L
Decimal 85 110 152 0.44 0.28 0 0.40 217.61 0.28 0.46
Hex 55 6E 98 2C 1C 0 28 DA 1C 2E
Octal 125 156 230 54 34 0 50 332 34 56
Binary 1010101 1101110 10011000 101100 11100 0 101000 11011010 11100 101110

Color Harmonies of #556E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556E98

Black with #556E98

Text Example


Text Example

White with #556E98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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