Html Css Color HEX #557599 San Marino

📋 copy color: '#557599'

red 85 ◦ green 117 ◦ blue 153

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

Shades of San Marino #557599

Tints of San Marino #557599

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.96%

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

R = 23.94%
G = 32.96%
B = 43.1%

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

#557599 (or 0x557599) is known color: San Marino. HEX triplet: 55, 75 and 99. RGB value is (85,117,153). Sum of RGB (Red+Green+Blue) = 85+117+153=355 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.94% from 355); Green value is 117 (46.09% from 255 or 32.96% from 355); Blue value is 153 (60.16% from 255 or 43.10% from 355); Max value from RGB is 153 - color contains mainly: blue. Hex color #557599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557599 is #AA8A66. Grayscale: #6F6F6F. Windows color (decimal): -11176551 or 10057045. OLE color: 10057045.

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

Color convert

RGB 85 117 153 -
CMYK 0.44 0.24 0 0.4
HSL 211.76º 0.29% 0.47% -
HSV(B) 211.76º 0.44% 0.6% -
XYZ 15.86 16.95 32.57 -
YUV 111.54 151.4 109.07 -
System Red Green Blue C M Y K H S L
Decimal 85 117 153 0.44 0.24 0 0.4 211.76 0.29 0.47
Hex 55 75 99 2C 18 0 28 D4 1D 2F
Octal 125 165 231 54 30 0 50 324 35 57
Binary 1010101 1110101 10011001 101100 11000 0 101000 11010100 11101 101111

Color Harmonies of #557599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557599

Black with #557599

Text Example


Text Example

White with #557599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557599; }

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

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

background-color css

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

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

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

border-color css

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

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

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