Html Css Color HEX #52709F San Marino

📋 copy color: '#52709F'

red 82 ◦ green 112 ◦ blue 159

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

Shades of San Marino #52709F

Tints of San Marino #52709F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.73%

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

R = 23.23%
G = 31.73%
B = 45.04%

CMYK

 C value IS 0.48

 M value IS 0.30

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#52709F (or 0x52709F) is known color: San Marino. HEX triplet: 52, 70 and 9F. RGB value is (82,112,159). Sum of RGB (Red+Green+Blue) = 82+112+159=353 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.23% from 353); Green value is 112 (44.14% from 255 or 31.73% from 353); Blue value is 159 (62.5% from 255 or 45.04% from 353); Max value from RGB is 159 - color contains mainly: blue. Hex color #52709F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52709F is #AD8F60. Grayscale: #6C6C6C. Windows color (decimal): -11374433 or 10448978. OLE color: 10448978.

HSL color Cylindrical-coordinate representation of color #52709F: hue angle of 216.62º 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 #52709F is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 82 112 159 -
CMYK 0.48 0.30 0 0.38
HSL 216.62º 0.32% 0.47% -
HSV(B) 216.62º 0.48% 0.62% -
XYZ 15.53 15.89 35.05 -
YUV 108.39 156.56 109.18 -
System Red Green Blue C M Y K H S L
Decimal 82 112 159 0.48 0.30 0 0.38 216.62 0.32 0.47
Hex 52 70 9F 30 1E 0 26 D9 20 2F
Octal 122 160 237 60 36 0 46 331 40 57
Binary 1010010 1110000 10011111 110000 11110 0 100110 11011001 100000 101111

Color Harmonies of #52709F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52709F

Black with #52709F

Text Example


Text Example

White with #52709F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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