Html Css Color HEX #55729E San Marino

📋 copy color: '#55729E'

red 85 ◦ green 114 ◦ blue 158

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

Shades of San Marino #55729E

Tints of San Marino #55729E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 44.26%

R = 23.81%
G = 31.93%
B = 44.26%

CMYK

 C value IS 0.46

 M value IS 0.28

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#55729E (or 0x55729E) is known color: San Marino. HEX triplet: 55, 72 and 9E. RGB value is (85,114,158). Sum of RGB (Red+Green+Blue) = 85+114+158=357 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.81% from 357); Green value is 114 (44.92% from 255 or 31.93% from 357); Blue value is 158 (62.11% from 255 or 44.26% from 357); Max value from RGB is 158 - color contains mainly: blue. Hex color #55729E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55729E is #AA8D61. Grayscale: #6E6E6E. Windows color (decimal): -11177314 or 10383957. OLE color: 10383957.

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

Color convert

RGB 85 114 158 -
CMYK 0.46 0.28 0 0.38
HSL 216.16º 0.3% 0.48% -
HSV(B) 216.16º 0.46% 0.62% -
XYZ 15.94 16.43 34.68 -
YUV 110.35 154.89 109.92 -
System Red Green Blue C M Y K H S L
Decimal 85 114 158 0.46 0.28 0 0.38 216.16 0.3 0.48
Hex 55 72 9E 2E 1C 0 26 D8 1E 30
Octal 125 162 236 56 34 0 46 330 36 60
Binary 1010101 1110010 10011110 101110 11100 0 100110 11011000 11110 110000

Color Harmonies of #55729E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55729E

Black with #55729E

Text Example


Text Example

White with #55729E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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