Html Css Color HEX #52699B San Marino

📋 copy color: '#52699B'

red 82 ◦ green 105 ◦ blue 155

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

Shades of San Marino #52699B

Tints of San Marino #52699B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 45.32%

R = 23.98%
G = 30.7%
B = 45.32%

CMYK

 C value IS 0.47

 M value IS 0.32

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#52699B (or 0x52699B) is known color: San Marino. HEX triplet: 52, 69 and 9B. RGB value is (82,105,155). Sum of RGB (Red+Green+Blue) = 82+105+155=342 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.98% from 342); Green value is 105 (41.41% from 255 or 30.70% from 342); Blue value is 155 (60.94% from 255 or 45.32% from 342); Max value from RGB is 155 - color contains mainly: blue. Hex color #52699B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52699B is #AD9664. Grayscale: #676767. Windows color (decimal): -11376229 or 10185042. OLE color: 10185042.

HSL color Cylindrical-coordinate representation of color #52699B: hue angle of 221.1º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #52699B is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 82 105 155 -
CMYK 0.47 0.32 0 0.39
HSL 221.1º 0.31% 0.46% -
HSV(B) 221.1º 0.47% 0.61% -
XYZ 14.45 14.26 33 -
YUV 103.82 156.88 112.43 -
System Red Green Blue C M Y K H S L
Decimal 82 105 155 0.47 0.32 0 0.39 221.1 0.31 0.46
Hex 52 69 9B 2F 20 0 27 DD 1F 2E
Octal 122 151 233 57 40 0 47 335 37 56
Binary 1010010 1101001 10011011 101111 100000 0 100111 11011101 11111 101110

Color Harmonies of #52699B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52699B

Black with #52699B

Text Example


Text Example

White with #52699B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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