Html Css Color HEX #55729D San Marino

📋 copy color: '#55729D'

red 85 ◦ green 114 ◦ blue 157

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

Shades of San Marino #55729D

Tints of San Marino #55729D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.02%

 BLUE value IS 157 (61.72% from 255) = 44.1%

R = 23.88%
G = 32.02%
B = 44.1%

CMYK

 C value IS 0.46

 M value IS 0.27

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#55729D (or 0x55729D) is known color: San Marino. HEX triplet: 55, 72 and 9D. RGB value is (85,114,157). Sum of RGB (Red+Green+Blue) = 85+114+157=356 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.88% from 356); Green value is 114 (44.92% from 255 or 32.02% from 356); Blue value is 157 (61.72% from 255 or 44.10% from 356); Max value from RGB is 157 - color contains mainly: blue. Hex color #55729D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55729D is #AA8D62. Grayscale: #6E6E6E. Windows color (decimal): -11177315 or 10318421. OLE color: 10318421.

HSL color Cylindrical-coordinate representation of color #55729D: hue angle of 215.83º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #55729D is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 85 114 157 -
CMYK 0.46 0.27 0 0.38
HSL 215.83º 0.3% 0.47% -
HSV(B) 215.83º 0.46% 0.62% -
XYZ 15.85 16.4 34.23 -
YUV 110.23 154.39 110 -
System Red Green Blue C M Y K H S L
Decimal 85 114 157 0.46 0.27 0 0.38 215.83 0.3 0.47
Hex 55 72 9D 2E 1B 0 26 D8 1E 2F
Octal 125 162 235 56 33 0 46 330 36 57
Binary 1010101 1110010 10011101 101110 11011 0 100110 11011000 11110 101111

Color Harmonies of #55729D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55729D

Black with #55729D

Text Example


Text Example

White with #55729D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55729D; }

 p { color: rgb(85,114,157); }

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

background-color css

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

 a { background-color: rgb(85,114,157); }

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

border-color css

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

 span { border-color: rgb(85,114,157); }

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