Html Css Color HEX #52699D San Marino

📋 copy color: '#52699D'

red 82 ◦ green 105 ◦ blue 157

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

Shades of San Marino #52699D

Tints of San Marino #52699D

RGB

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

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

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

R = 23.84%
G = 30.52%
B = 45.64%

CMYK

 C value IS 0.48

 M value IS 0.33

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#52699D (or 0x52699D) is known color: San Marino. HEX triplet: 52, 69 and 9D. RGB value is (82,105,157). Sum of RGB (Red+Green+Blue) = 82+105+157=344 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.84% from 344); Green value is 105 (41.41% from 255 or 30.52% from 344); Blue value is 157 (61.72% from 255 or 45.64% from 344); Max value from RGB is 157 - color contains mainly: blue. Hex color #52699D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52699D is #AD9662. Grayscale: #676767. Windows color (decimal): -11376227 or 10316114. OLE color: 10316114.

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

Color convert

RGB 82 105 157 -
CMYK 0.48 0.33 0 0.38
HSL 221.6º 0.31% 0.47% -
HSV(B) 221.6º 0.48% 0.62% -
XYZ 14.62 14.33 33.89 -
YUV 104.05 157.88 112.27 -
System Red Green Blue C M Y K H S L
Decimal 82 105 157 0.48 0.33 0 0.38 221.6 0.31 0.47
Hex 52 69 9D 30 21 0 26 DE 1F 2F
Octal 122 151 235 60 41 0 46 336 37 57
Binary 1010010 1101001 10011101 110000 100001 0 100110 11011110 11111 101111

Color Harmonies of #52699D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52699D

Black with #52699D

Text Example


Text Example

White with #52699D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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