Html Css Color HEX #557799 San Marino

📋 copy color: '#557799'

red 85 ◦ green 119 ◦ blue 153

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

Shades of San Marino #557799

Tints of San Marino #557799

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.33%

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

R = 23.81%
G = 33.33%
B = 42.86%

CMYK

 C value IS 0.44

 M value IS 0.22

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#557799 (or 0x557799) is known color: San Marino. HEX triplet: 55, 77 and 99. RGB value is (85,119,153). Sum of RGB (Red+Green+Blue) = 85+119+153=357 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.81% from 357); Green value is 119 (46.88% from 255 or 33.33% from 357); Blue value is 153 (60.16% from 255 or 42.86% from 357); Max value from RGB is 153 - color contains mainly: blue. Hex color #557799 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557799 is #AA8866. Grayscale: #707070. Windows color (decimal): -11176039 or 10057557. OLE color: 10057557.

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

Color convert

RGB 85 119 153 -
CMYK 0.44 0.22 0 0.4
HSL 210º 0.29% 0.47% -
HSV(B) 210º 0.44% 0.6% -
XYZ 16.09 17.42 32.65 -
YUV 112.71 150.74 108.24 -
System Red Green Blue C M Y K H S L
Decimal 85 119 153 0.44 0.22 0 0.4 210 0.29 0.47
Hex 55 77 99 2C 16 0 28 D2 1D 2F
Octal 125 167 231 54 26 0 50 322 35 57
Binary 1010101 1110111 10011001 101100 10110 0 101000 11010010 11101 101111

Color Harmonies of #557799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557799

Black with #557799

Text Example


Text Example

White with #557799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557799; }

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

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

background-color css

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

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

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

border-color css

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

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

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