Html Css Color HEX #526295 San Marino

📋 copy color: '#526295'

red 82 ◦ green 98 ◦ blue 149

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

Shades of San Marino #526295

Tints of San Marino #526295

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.79%

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

R = 24.92%
G = 29.79%
B = 45.29%

CMYK

 C value IS 0.45

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#526295 (or 0x526295) is known color: San Marino. HEX triplet: 52, 62 and 95. RGB value is (82,98,149). Sum of RGB (Red+Green+Blue) = 82+98+149=329 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.92% from 329); Green value is 98 (38.67% from 255 or 29.79% from 329); Blue value is 149 (58.59% from 255 or 45.29% from 329); Max value from RGB is 149 - color contains mainly: blue. Hex color #526295 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526295 is #AD9D6A. Grayscale: #626262. Windows color (decimal): -11378027 or 9790034. OLE color: 9790034.

HSL color Cylindrical-coordinate representation of color #526295: hue angle of 225.67º 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 #526295 is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 98 149 -
CMYK 0.45 0.34 0 0.42
HSL 225.67º 0.29% 0.45% -
HSV(B) 225.67º 0.45% 0.58% -
XYZ 13.27 12.7 30.19 -
YUV 99.03 156.2 115.85 -
System Red Green Blue C M Y K H S L
Decimal 82 98 149 0.45 0.34 0 0.42 225.67 0.29 0.45
Hex 52 62 95 2D 22 0 2A E2 1D 2D
Octal 122 142 225 55 42 0 52 342 35 55
Binary 1010010 1100010 10010101 101101 100010 0 101010 11100010 11101 101101

Color Harmonies of #526295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526295

Black with #526295

Text Example


Text Example

White with #526295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526295; }

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

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

background-color css

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

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

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

border-color css

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

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

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