Html Css Color HEX #52699C San Marino

📋 copy color: '#52699C'

red 82 ◦ green 105 ◦ blue 156

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

Shades of San Marino #52699C

Tints of San Marino #52699C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 45.48%

R = 23.91%
G = 30.61%
B = 45.48%

CMYK

 C value IS 0.47

 M value IS 0.33

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#52699C (or 0x52699C) is known color: San Marino. HEX triplet: 52, 69 and 9C. RGB value is (82,105,156). Sum of RGB (Red+Green+Blue) = 82+105+156=343 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.91% from 343); Green value is 105 (41.41% from 255 or 30.61% from 343); Blue value is 156 (61.33% from 255 or 45.48% from 343); Max value from RGB is 156 - color contains mainly: blue. Hex color #52699C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52699C is #AD9663. Grayscale: #676767. Windows color (decimal): -11376228 or 10250578. OLE color: 10250578.

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

Color convert

RGB 82 105 156 -
CMYK 0.47 0.33 0 0.39
HSL 221.35º 0.31% 0.47% -
HSV(B) 221.35º 0.47% 0.61% -
XYZ 14.53 14.3 33.45 -
YUV 103.94 157.38 112.35 -
System Red Green Blue C M Y K H S L
Decimal 82 105 156 0.47 0.33 0 0.39 221.35 0.31 0.47
Hex 52 69 9C 2F 21 0 27 DD 1F 2F
Octal 122 151 234 57 41 0 47 335 37 57
Binary 1010010 1101001 10011100 101111 100001 0 100111 11011101 11111 101111

Color Harmonies of #52699C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52699C

Black with #52699C

Text Example


Text Example

White with #52699C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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