Html Css Color HEX #52659F San Marino

📋 copy color: '#52659F'

red 82 ◦ green 101 ◦ blue 159

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

Shades of San Marino #52659F

Tints of San Marino #52659F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.53%

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

R = 23.98%
G = 29.53%
B = 46.49%

CMYK

 C value IS 0.48

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#52659F (or 0x52659F) is known color: San Marino. HEX triplet: 52, 65 and 9F. RGB value is (82,101,159). Sum of RGB (Red+Green+Blue) = 82+101+159=342 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.98% from 342); Green value is 101 (39.84% from 255 or 29.53% from 342); Blue value is 159 (62.5% from 255 or 46.49% from 342); Max value from RGB is 159 - color contains mainly: blue. Hex color #52659F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52659F is #AD9A60. Grayscale: #656565. Windows color (decimal): -11377249 or 10446162. OLE color: 10446162.

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

Color convert

RGB 82 101 159 -
CMYK 0.48 0.36 0 0.38
HSL 225.19º 0.32% 0.47% -
HSV(B) 225.19º 0.48% 0.62% -
XYZ 14.39 13.6 34.67 -
YUV 101.93 160.21 113.78 -
System Red Green Blue C M Y K H S L
Decimal 82 101 159 0.48 0.36 0 0.38 225.19 0.32 0.47
Hex 52 65 9F 30 24 0 26 E1 20 2F
Octal 122 145 237 60 44 0 46 341 40 57
Binary 1010010 1100101 10011111 110000 100100 0 100110 11100001 100000 101111

Color Harmonies of #52659F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52659F

Black with #52659F

Text Example


Text Example

White with #52659F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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