Html Css Color HEX #52709D San Marino

📋 copy color: '#52709D'

red 82 ◦ green 112 ◦ blue 157

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

Shades of San Marino #52709D

Tints of San Marino #52709D

RGB

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

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

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

R = 23.36%
G = 31.91%
B = 44.73%

CMYK

 C value IS 0.48

 M value IS 0.29

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#52709D (or 0x52709D) is known color: San Marino. HEX triplet: 52, 70 and 9D. RGB value is (82,112,157). Sum of RGB (Red+Green+Blue) = 82+112+157=351 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.36% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 157 (61.72% from 255 or 44.73% from 351); Max value from RGB is 157 - color contains mainly: blue. Hex color #52709D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52709D is #AD8F62. Grayscale: #6B6B6B. Windows color (decimal): -11374435 or 10317906. OLE color: 10317906.

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

Color convert

RGB 82 112 157 -
CMYK 0.48 0.29 0 0.38
HSL 216º 0.31% 0.47% -
HSV(B) 216º 0.48% 0.62% -
XYZ 15.36 15.82 34.14 -
YUV 108.16 155.56 109.34 -
System Red Green Blue C M Y K H S L
Decimal 82 112 157 0.48 0.29 0 0.38 216 0.31 0.47
Hex 52 70 9D 30 1D 0 26 D8 1F 2F
Octal 122 160 235 60 35 0 46 330 37 57
Binary 1010010 1110000 10011101 110000 11101 0 100110 11011000 11111 101111

Color Harmonies of #52709D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52709D

Black with #52709D

Text Example


Text Example

White with #52709D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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