Html Css Color HEX #52729F San Marino

📋 copy color: '#52729F'

red 82 ◦ green 114 ◦ blue 159

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

Shades of San Marino #52729F

Tints of San Marino #52729F

RGB

 RED value IS 82 (32.42% from 255) = 23.1%

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

 BLUE value IS 159 (62.5% from 255) = 44.79%

R = 23.1%
G = 32.11%
B = 44.79%

CMYK

 C value IS 0.48

 M value IS 0.28

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#52729F (or 0x52729F) is known color: San Marino. HEX triplet: 52, 72 and 9F. RGB value is (82,114,159). Sum of RGB (Red+Green+Blue) = 82+114+159=355 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.10% from 355); Green value is 114 (44.92% from 255 or 32.11% from 355); Blue value is 159 (62.5% from 255 or 44.79% from 355); Max value from RGB is 159 - color contains mainly: blue. Hex color #52729F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52729F is #AD8D60. Grayscale: #6D6D6D. Windows color (decimal): -11373921 or 10449490. OLE color: 10449490.

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

Color convert

RGB 82 114 159 -
CMYK 0.48 0.28 0 0.38
HSL 215.06º 0.32% 0.47% -
HSV(B) 215.06º 0.48% 0.62% -
XYZ 15.76 16.33 35.12 -
YUV 109.56 155.9 108.34 -
System Red Green Blue C M Y K H S L
Decimal 82 114 159 0.48 0.28 0 0.38 215.06 0.32 0.47
Hex 52 72 9F 30 1C 0 26 D7 20 2F
Octal 122 162 237 60 34 0 46 327 40 57
Binary 1010010 1110010 10011111 110000 11100 0 100110 11010111 100000 101111

Color Harmonies of #52729F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52729F

Black with #52729F

Text Example


Text Example

White with #52729F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52729F; }

 p { color: rgb(82,114,159); }

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

background-color css

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

 a { background-color: rgb(82,114,159); }

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

border-color css

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

 span { border-color: rgb(82,114,159); }

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