Html Css Color HEX #557499 San Marino

📋 copy color: '#557499'

red 85 ◦ green 116 ◦ blue 153

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

Shades of San Marino #557499

Tints of San Marino #557499

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.77%

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

R = 24.01%
G = 32.77%
B = 43.22%

CMYK

 C value IS 0.44

 M value IS 0.24

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#557499 (or 0x557499) is known color: San Marino. HEX triplet: 55, 74 and 99. RGB value is (85,116,153). Sum of RGB (Red+Green+Blue) = 85+116+153=354 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.01% from 354); Green value is 116 (45.70% from 255 or 32.77% from 354); Blue value is 153 (60.16% from 255 or 43.22% from 354); Max value from RGB is 153 - color contains mainly: blue. Hex color #557499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557499 is #AA8B66. Grayscale: #6E6E6E. Windows color (decimal): -11176807 or 10056789. OLE color: 10056789.

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

Color convert

RGB 85 116 153 -
CMYK 0.44 0.24 0 0.4
HSL 212.65º 0.29% 0.47% -
HSV(B) 212.65º 0.44% 0.6% -
XYZ 15.74 16.72 32.54 -
YUV 110.95 151.73 109.49 -
System Red Green Blue C M Y K H S L
Decimal 85 116 153 0.44 0.24 0 0.4 212.65 0.29 0.47
Hex 55 74 99 2C 18 0 28 D5 1D 2F
Octal 125 164 231 54 30 0 50 325 35 57
Binary 1010101 1110100 10011001 101100 11000 0 101000 11010101 11101 101111

Color Harmonies of #557499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557499

Black with #557499

Text Example


Text Example

White with #557499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557499; }

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

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

background-color css

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

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

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

border-color css

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

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

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