Html Css Color HEX #52699F San Marino

📋 copy color: '#52699F'

red 82 ◦ green 105 ◦ blue 159

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

Shades of San Marino #52699F

Tints of San Marino #52699F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.35%

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

R = 23.7%
G = 30.35%
B = 45.95%

CMYK

 C value IS 0.48

 M value IS 0.34

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#52699F (or 0x52699F) is known color: San Marino. HEX triplet: 52, 69 and 9F. RGB value is (82,105,159). Sum of RGB (Red+Green+Blue) = 82+105+159=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 105 (41.41% from 255 or 30.35% from 346); Blue value is 159 (62.5% from 255 or 45.95% from 346); Max value from RGB is 159 - color contains mainly: blue. Hex color #52699F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52699F is #AD9660. Grayscale: #686868. Windows color (decimal): -11376225 or 10447186. OLE color: 10447186.

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

Color convert

RGB 82 105 159 -
CMYK 0.48 0.34 0 0.38
HSL 222.08º 0.32% 0.47% -
HSV(B) 222.08º 0.48% 0.62% -
XYZ 14.79 14.4 34.8 -
YUV 104.28 158.88 112.11 -
System Red Green Blue C M Y K H S L
Decimal 82 105 159 0.48 0.34 0 0.38 222.08 0.32 0.47
Hex 52 69 9F 30 22 0 26 DE 20 2F
Octal 122 151 237 60 42 0 46 336 40 57
Binary 1010010 1101001 10011111 110000 100010 0 100110 11011110 100000 101111

Color Harmonies of #52699F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52699F

Black with #52699F

Text Example


Text Example

White with #52699F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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