Html Css Color HEX #52679E San Marino

📋 copy color: '#52679E'

red 82 ◦ green 103 ◦ blue 158

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

Shades of San Marino #52679E

Tints of San Marino #52679E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.03%

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

R = 23.91%
G = 30.03%
B = 46.06%

CMYK

 C value IS 0.48

 M value IS 0.35

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#52679E (or 0x52679E) is known color: San Marino. HEX triplet: 52, 67 and 9E. RGB value is (82,103,158). Sum of RGB (Red+Green+Blue) = 82+103+158=343 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.91% from 343); Green value is 103 (40.62% from 255 or 30.03% from 343); Blue value is 158 (62.11% from 255 or 46.06% from 343); Max value from RGB is 158 - color contains mainly: blue. Hex color #52679E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52679E is #AD9861. Grayscale: #666666. Windows color (decimal): -11376738 or 10381138. OLE color: 10381138.

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

Color convert

RGB 82 103 158 -
CMYK 0.48 0.35 0 0.38
HSL 223.42º 0.32% 0.47% -
HSV(B) 223.42º 0.48% 0.62% -
XYZ 14.5 13.96 34.28 -
YUV 102.99 159.04 113.03 -
System Red Green Blue C M Y K H S L
Decimal 82 103 158 0.48 0.35 0 0.38 223.42 0.32 0.47
Hex 52 67 9E 30 23 0 26 DF 20 2F
Octal 122 147 236 60 43 0 46 337 40 57
Binary 1010010 1100111 10011110 110000 100011 0 100110 11011111 100000 101111

Color Harmonies of #52679E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52679E

Black with #52679E

Text Example


Text Example

White with #52679E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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