Html Css Color HEX #55729C San Marino

📋 copy color: '#55729C'

red 85 ◦ green 114 ◦ blue 156

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

Shades of San Marino #55729C

Tints of San Marino #55729C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 43.94%

R = 23.94%
G = 32.11%
B = 43.94%

CMYK

 C value IS 0.46

 M value IS 0.27

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#55729C (or 0x55729C) is known color: San Marino. HEX triplet: 55, 72 and 9C. RGB value is (85,114,156). Sum of RGB (Red+Green+Blue) = 85+114+156=355 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.94% from 355); Green value is 114 (44.92% from 255 or 32.11% from 355); Blue value is 156 (61.33% from 255 or 43.94% from 355); Max value from RGB is 156 - color contains mainly: blue. Hex color #55729C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55729C is #AA8D63. Grayscale: #6D6D6D. Windows color (decimal): -11177316 or 10252885. OLE color: 10252885.

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

Color convert

RGB 85 114 156 -
CMYK 0.46 0.27 0 0.39
HSL 215.49º 0.29% 0.47% -
HSV(B) 215.49º 0.46% 0.61% -
XYZ 15.76 16.37 33.78 -
YUV 110.12 153.89 110.08 -
System Red Green Blue C M Y K H S L
Decimal 85 114 156 0.46 0.27 0 0.39 215.49 0.29 0.47
Hex 55 72 9C 2E 1B 0 27 D7 1D 2F
Octal 125 162 234 56 33 0 47 327 35 57
Binary 1010101 1110010 10011100 101110 11011 0 100111 11010111 11101 101111

Color Harmonies of #55729C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55729C

Black with #55729C

Text Example


Text Example

White with #55729C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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