Html Css Color HEX #52779E San Marino

📋 copy color: '#52779E'

red 82 ◦ green 119 ◦ blue 158

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

Shades of San Marino #52779E

Tints of San Marino #52779E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.15%

 BLUE value IS 158 (62.11% from 255) = 44.01%

R = 22.84%
G = 33.15%
B = 44.01%

CMYK

 C value IS 0.48

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#52779E (or 0x52779E) is known color: San Marino. HEX triplet: 52, 77 and 9E. RGB value is (82,119,158). Sum of RGB (Red+Green+Blue) = 82+119+158=359 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.84% from 359); Green value is 119 (46.88% from 255 or 33.15% from 359); Blue value is 158 (62.11% from 255 or 44.01% from 359); Max value from RGB is 158 - color contains mainly: blue. Hex color #52779E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52779E is #AD8861. Grayscale: #707070. Windows color (decimal): -11372642 or 10385234. OLE color: 10385234.

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

Color convert

RGB 82 119 158 -
CMYK 0.48 0.25 0 0.38
HSL 210.79º 0.32% 0.47% -
HSV(B) 210.79º 0.48% 0.62% -
XYZ 16.25 17.46 34.86 -
YUV 112.38 153.74 106.33 -
System Red Green Blue C M Y K H S L
Decimal 82 119 158 0.48 0.25 0 0.38 210.79 0.32 0.47
Hex 52 77 9E 30 19 0 26 D3 20 2F
Octal 122 167 236 60 31 0 46 323 40 57
Binary 1010010 1110111 10011110 110000 11001 0 100110 11010011 100000 101111

Color Harmonies of #52779E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52779E

Black with #52779E

Text Example


Text Example

White with #52779E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52779E; }

 p { color: rgb(82,119,158); }

 H1.HeaderClassName
 {
   color: #52779E;
 }
 .AnyTagClassName
 {
   color: #52779E;
 }
</style>

background-color css

<style>
 a { background-color: #52779E; }

 a { background-color: rgb(82,119,158); }

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

border-color css

<style>
 span { border-color: #52779E; }

 span { border-color: rgb(82,119,158); }

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