Html Css Color HEX #52759E San Marino

📋 copy color: '#52759E'

red 82 ◦ green 117 ◦ blue 158

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

Shades of San Marino #52759E

Tints of San Marino #52759E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.77%

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

R = 22.97%
G = 32.77%
B = 44.26%

CMYK

 C value IS 0.48

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#52759E (or 0x52759E) is known color: San Marino. HEX triplet: 52, 75 and 9E. RGB value is (82,117,158). Sum of RGB (Red+Green+Blue) = 82+117+158=357 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.97% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 158 (62.11% from 255 or 44.26% from 357); Max value from RGB is 158 - color contains mainly: blue. Hex color #52759E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52759E is #AD8A61. Grayscale: #6F6F6F. Windows color (decimal): -11373154 or 10384722. OLE color: 10384722.

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

Color convert

RGB 82 117 158 -
CMYK 0.48 0.26 0 0.38
HSL 212.37º 0.32% 0.47% -
HSV(B) 212.37º 0.48% 0.62% -
XYZ 16.01 16.99 34.78 -
YUV 111.21 154.4 107.17 -
System Red Green Blue C M Y K H S L
Decimal 82 117 158 0.48 0.26 0 0.38 212.37 0.32 0.47
Hex 52 75 9E 30 1A 0 26 D4 20 2F
Octal 122 165 236 60 32 0 46 324 40 57
Binary 1010010 1110101 10011110 110000 11010 0 100110 11010100 100000 101111

Color Harmonies of #52759E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52759E

Black with #52759E

Text Example


Text Example

White with #52759E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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