Html Css Color HEX #557398 San Marino

📋 copy color: '#557398'

red 85 ◦ green 115 ◦ blue 152

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

Shades of San Marino #557398

Tints of San Marino #557398

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.67%

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

R = 24.15%
G = 32.67%
B = 43.18%

CMYK

 C value IS 0.44

 M value IS 0.24

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#557398 (or 0x557398) is known color: San Marino. HEX triplet: 55, 73 and 98. RGB value is (85,115,152). Sum of RGB (Red+Green+Blue) = 85+115+152=352 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.15% from 352); Green value is 115 (45.31% from 255 or 32.67% from 352); Blue value is 152 (59.77% from 255 or 43.18% from 352); Max value from RGB is 152 - color contains mainly: blue. Hex color #557398 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557398 is #AA8C67. Grayscale: #6E6E6E. Windows color (decimal): -11177064 or 9990997. OLE color: 9990997.

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

Color convert

RGB 85 115 152 -
CMYK 0.44 0.24 0 0.40
HSL 213.13º 0.28% 0.46% -
HSV(B) 213.13º 0.44% 0.6% -
XYZ 15.54 16.46 32.06 -
YUV 110.25 151.56 109.99 -
System Red Green Blue C M Y K H S L
Decimal 85 115 152 0.44 0.24 0 0.40 213.13 0.28 0.46
Hex 55 73 98 2C 18 0 28 D5 1C 2E
Octal 125 163 230 54 30 0 50 325 34 56
Binary 1010101 1110011 10011000 101100 11000 0 101000 11010101 11100 101110

Color Harmonies of #557398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557398

Black with #557398

Text Example


Text Example

White with #557398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557398; }

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

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

background-color css

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

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

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

border-color css

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

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

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