Html Css Color HEX #52719F San Marino

📋 copy color: '#52719F'

red 82 ◦ green 113 ◦ blue 159

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

Shades of San Marino #52719F

Tints of San Marino #52719F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.92%

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

R = 23.16%
G = 31.92%
B = 44.92%

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

#52719F (or 0x52719F) is known color: San Marino. HEX triplet: 52, 71 and 9F. RGB value is (82,113,159). Sum of RGB (Red+Green+Blue) = 82+113+159=354 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.16% from 354); Green value is 113 (44.53% from 255 or 31.92% from 354); Blue value is 159 (62.5% from 255 or 44.92% from 354); Max value from RGB is 159 - color contains mainly: blue. Hex color #52719F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52719F is #AD8E60. Grayscale: #6C6C6C. Windows color (decimal): -11374177 or 10449234. OLE color: 10449234.

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

Color convert

RGB 82 113 159 -
CMYK 0.48 0.29 0 0.38
HSL 215.84º 0.32% 0.47% -
HSV(B) 215.84º 0.48% 0.62% -
XYZ 15.64 16.11 35.09 -
YUV 108.98 156.23 108.76 -
System Red Green Blue C M Y K H S L
Decimal 82 113 159 0.48 0.29 0 0.38 215.84 0.32 0.47
Hex 52 71 9F 30 1D 0 26 D8 20 2F
Octal 122 161 237 60 35 0 46 330 40 57
Binary 1010010 1110001 10011111 110000 11101 0 100110 11011000 100000 101111

Color Harmonies of #52719F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52719F

Black with #52719F

Text Example


Text Example

White with #52719F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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