Html Css Color HEX #557198 San Marino

📋 copy color: '#557198'

red 85 ◦ green 113 ◦ blue 152

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

Shades of San Marino #557198

Tints of San Marino #557198

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.29%

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

R = 24.29%
G = 32.29%
B = 43.43%

CMYK

 C value IS 0.44

 M value IS 0.26

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#557198 (or 0x557198) is known color: San Marino. HEX triplet: 55, 71 and 98. RGB value is (85,113,152). Sum of RGB (Red+Green+Blue) = 85+113+152=350 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.29% from 350); Green value is 113 (44.53% from 255 or 32.29% from 350); Blue value is 152 (59.77% from 255 or 43.43% from 350); Max value from RGB is 152 - color contains mainly: blue. Hex color #557198 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557198 is #AA8E67. Grayscale: #6C6C6C. Windows color (decimal): -11177576 or 9990485. OLE color: 9990485.

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

Color convert

RGB 85 113 152 -
CMYK 0.44 0.26 0 0.40
HSL 214.93º 0.28% 0.46% -
HSV(B) 214.93º 0.44% 0.6% -
XYZ 15.32 16.01 31.99 -
YUV 109.07 152.22 110.83 -
System Red Green Blue C M Y K H S L
Decimal 85 113 152 0.44 0.26 0 0.40 214.93 0.28 0.46
Hex 55 71 98 2C 1A 0 28 D7 1C 2E
Octal 125 161 230 54 32 0 50 327 34 56
Binary 1010101 1110001 10011000 101100 11010 0 101000 11010111 11100 101110

Color Harmonies of #557198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557198

Black with #557198

Text Example


Text Example

White with #557198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557198; }

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

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

background-color css

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

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

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

border-color css

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

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

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