Html Css Color HEX #52789D San Marino

📋 copy color: '#52789D'

red 82 ◦ green 120 ◦ blue 157

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

Shades of San Marino #52789D

Tints of San Marino #52789D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.43%

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

R = 22.84%
G = 33.43%
B = 43.73%

CMYK

 C value IS 0.48

 M value IS 0.24

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#52789D (or 0x52789D) is known color: San Marino. HEX triplet: 52, 78 and 9D. RGB value is (82,120,157). Sum of RGB (Red+Green+Blue) = 82+120+157=359 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.84% from 359); Green value is 120 (47.27% from 255 or 33.43% from 359); Blue value is 157 (61.72% from 255 or 43.73% from 359); Max value from RGB is 157 - color contains mainly: blue. Hex color #52789D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52789D is #AD8762. Grayscale: #707070. Windows color (decimal): -11372387 or 10319954. OLE color: 10319954.

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

Color convert

RGB 82 120 157 -
CMYK 0.48 0.24 0 0.38
HSL 209.6º 0.31% 0.47% -
HSV(B) 209.6º 0.48% 0.62% -
XYZ 16.28 17.66 34.45 -
YUV 112.86 152.91 105.99 -
System Red Green Blue C M Y K H S L
Decimal 82 120 157 0.48 0.24 0 0.38 209.6 0.31 0.47
Hex 52 78 9D 30 18 0 26 D2 1F 2F
Octal 122 170 235 60 30 0 46 322 37 57
Binary 1010010 1111000 10011101 110000 11000 0 100110 11010010 11111 101111

Color Harmonies of #52789D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52789D

Black with #52789D

Text Example


Text Example

White with #52789D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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