Html Css Color HEX #557098 San Marino

📋 copy color: '#557098'

red 85 ◦ green 112 ◦ blue 152

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

Shades of San Marino #557098

Tints of San Marino #557098

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.09%

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

R = 24.36%
G = 32.09%
B = 43.55%

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

#557098 (or 0x557098) is known color: San Marino. HEX triplet: 55, 70 and 98. RGB value is (85,112,152). Sum of RGB (Red+Green+Blue) = 85+112+152=349 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.36% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 152 (59.77% from 255 or 43.55% from 349); Max value from RGB is 152 - color contains mainly: blue. Hex color #557098 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557098 is #AA8F67. Grayscale: #6C6C6C. Windows color (decimal): -11177832 or 9990229. OLE color: 9990229.

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

Color convert

RGB 85 112 152 -
CMYK 0.44 0.26 0 0.40
HSL 215.82º 0.28% 0.46% -
HSV(B) 215.82º 0.44% 0.6% -
XYZ 15.21 15.79 31.95 -
YUV 108.49 152.55 111.25 -
System Red Green Blue C M Y K H S L
Decimal 85 112 152 0.44 0.26 0 0.40 215.82 0.28 0.46
Hex 55 70 98 2C 1A 0 28 D8 1C 2E
Octal 125 160 230 54 32 0 50 330 34 56
Binary 1010101 1110000 10011000 101100 11010 0 101000 11011000 11100 101110

Color Harmonies of #557098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557098

Black with #557098

Text Example


Text Example

White with #557098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557098; }

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

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

background-color css

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

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

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

border-color css

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

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

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