Html Css Color HEX #556C99 San Marino

📋 copy color: '#556C99'

red 85 ◦ green 108 ◦ blue 153

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

Shades of San Marino #556C99

Tints of San Marino #556C99

RGB

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

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

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

R = 24.57%
G = 31.21%
B = 44.22%

CMYK

 C value IS 0.44

 M value IS 0.29

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#556C99 (or 0x556C99) is known color: San Marino. HEX triplet: 55, 6C and 99. RGB value is (85,108,153). Sum of RGB (Red+Green+Blue) = 85+108+153=346 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.57% from 346); Green value is 108 (42.58% from 255 or 31.21% from 346); Blue value is 153 (60.16% from 255 or 44.22% from 346); Max value from RGB is 153 - color contains mainly: blue. Hex color #556C99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556C99 is #AA9366. Grayscale: #6A6A6A. Windows color (decimal): -11178855 or 10054741. OLE color: 10054741.

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

Color convert

RGB 85 108 153 -
CMYK 0.44 0.29 0 0.4
HSL 219.71º 0.29% 0.47% -
HSV(B) 219.71º 0.44% 0.6% -
XYZ 14.86 14.96 32.24 -
YUV 106.25 154.38 112.84 -
System Red Green Blue C M Y K H S L
Decimal 85 108 153 0.44 0.29 0 0.4 219.71 0.29 0.47
Hex 55 6C 99 2C 1D 0 28 DC 1D 2F
Octal 125 154 231 54 35 0 50 334 35 57
Binary 1010101 1101100 10011001 101100 11101 0 101000 11011100 11101 101111

Color Harmonies of #556C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556C99

Black with #556C99

Text Example


Text Example

White with #556C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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