Html Css Color HEX #526595 San Marino

📋 copy color: '#526595'

red 82 ◦ green 101 ◦ blue 149

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

Shades of San Marino #526595

Tints of San Marino #526595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 44.88%

R = 24.7%
G = 30.42%
B = 44.88%

CMYK

 C value IS 0.45

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#526595 (or 0x526595) is known color: San Marino. HEX triplet: 52, 65 and 95. RGB value is (82,101,149). Sum of RGB (Red+Green+Blue) = 82+101+149=332 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.70% from 332); Green value is 101 (39.84% from 255 or 30.42% from 332); Blue value is 149 (58.59% from 255 or 44.88% from 332); Max value from RGB is 149 - color contains mainly: blue. Hex color #526595 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526595 is #AD9A6A. Grayscale: #646464. Windows color (decimal): -11377259 or 9790802. OLE color: 9790802.

HSL color Cylindrical-coordinate representation of color #526595: hue angle of 222.99º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #526595 is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 101 149 -
CMYK 0.45 0.32 0 0.42
HSL 222.99º 0.29% 0.45% -
HSV(B) 222.99º 0.45% 0.58% -
XYZ 13.56 13.27 30.28 -
YUV 100.79 155.21 114.6 -
System Red Green Blue C M Y K H S L
Decimal 82 101 149 0.45 0.32 0 0.42 222.99 0.29 0.45
Hex 52 65 95 2D 20 0 2A DF 1D 2D
Octal 122 145 225 55 40 0 52 337 35 55
Binary 1010010 1100101 10010101 101101 100000 0 101010 11011111 11101 101101

Color Harmonies of #526595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526595

Black with #526595

Text Example


Text Example

White with #526595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526595; }

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

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

background-color css

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

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

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

border-color css

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

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

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