Html Css Color HEX #556C98 San Marino

📋 copy color: '#556C98'

red 85 ◦ green 108 ◦ blue 152

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

Shades of San Marino #556C98

Tints of San Marino #556C98

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.3%

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

R = 24.64%
G = 31.3%
B = 44.06%

CMYK

 C value IS 0.44

 M value IS 0.29

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#556C98 (or 0x556C98) is known color: San Marino. HEX triplet: 55, 6C and 98. RGB value is (85,108,152). Sum of RGB (Red+Green+Blue) = 85+108+152=345 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.64% from 345); Green value is 108 (42.58% from 255 or 31.30% from 345); Blue value is 152 (59.77% from 255 or 44.06% from 345); Max value from RGB is 152 - color contains mainly: blue. Hex color #556C98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556C98 is #AA9367. Grayscale: #696969. Windows color (decimal): -11178856 or 9989205. OLE color: 9989205.

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

Color convert

RGB 85 108 152 -
CMYK 0.44 0.29 0 0.40
HSL 219.4º 0.28% 0.46% -
HSV(B) 219.4º 0.44% 0.6% -
XYZ 14.78 14.92 31.81 -
YUV 106.14 153.88 112.92 -
System Red Green Blue C M Y K H S L
Decimal 85 108 152 0.44 0.29 0 0.40 219.4 0.28 0.46
Hex 55 6C 98 2C 1D 0 28 DB 1C 2E
Octal 125 154 230 54 35 0 50 333 34 56
Binary 1010101 1101100 10011000 101100 11101 0 101000 11011011 11100 101110

Color Harmonies of #556C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556C98

Black with #556C98

Text Example


Text Example

White with #556C98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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