Html Css Color HEX #52679F San Marino

📋 copy color: '#52679F'

red 82 ◦ green 103 ◦ blue 159

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

Shades of San Marino #52679F

Tints of San Marino #52679F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 46.22%

R = 23.84%
G = 29.94%
B = 46.22%

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

#52679F (or 0x52679F) is known color: San Marino. HEX triplet: 52, 67 and 9F. RGB value is (82,103,159). Sum of RGB (Red+Green+Blue) = 82+103+159=344 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.84% from 344); Green value is 103 (40.62% from 255 or 29.94% from 344); Blue value is 159 (62.5% from 255 or 46.22% from 344); Max value from RGB is 159 - color contains mainly: blue. Hex color #52679F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52679F is #AD9860. Grayscale: #666666. Windows color (decimal): -11376737 or 10446674. OLE color: 10446674.

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

Color convert

RGB 82 103 159 -
CMYK 0.48 0.35 0 0.38
HSL 223.64º 0.32% 0.47% -
HSV(B) 223.64º 0.48% 0.62% -
XYZ 14.59 14 34.73 -
YUV 103.11 159.54 112.95 -
System Red Green Blue C M Y K H S L
Decimal 82 103 159 0.48 0.35 0 0.38 223.64 0.32 0.47
Hex 52 67 9F 30 23 0 26 E0 20 2F
Octal 122 147 237 60 43 0 46 340 40 57
Binary 1010010 1100111 10011111 110000 100011 0 100110 11100000 100000 101111

Color Harmonies of #52679F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52679F

Black with #52679F

Text Example


Text Example

White with #52679F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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