Html Css Color HEX #526495 San Marino

📋 copy color: '#526495'

red 82 ◦ green 100 ◦ blue 149

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

Shades of San Marino #526495

Tints of San Marino #526495

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.21%

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

R = 24.77%
G = 30.21%
B = 45.02%

CMYK

 C value IS 0.45

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#526495 (or 0x526495) is known color: San Marino. HEX triplet: 52, 64 and 95. RGB value is (82,100,149). Sum of RGB (Red+Green+Blue) = 82+100+149=331 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.77% from 331); Green value is 100 (39.45% from 255 or 30.21% from 331); Blue value is 149 (58.59% from 255 or 45.02% from 331); Max value from RGB is 149 - color contains mainly: blue. Hex color #526495 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526495 is #AD9B6A. Grayscale: #636363. Windows color (decimal): -11377515 or 9790546. OLE color: 9790546.

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

Color convert

RGB 82 100 149 -
CMYK 0.45 0.33 0 0.42
HSL 223.88º 0.29% 0.45% -
HSV(B) 223.88º 0.45% 0.58% -
XYZ 13.46 13.08 30.25 -
YUV 100.2 155.54 115.02 -
System Red Green Blue C M Y K H S L
Decimal 82 100 149 0.45 0.33 0 0.42 223.88 0.29 0.45
Hex 52 64 95 2D 21 0 2A E0 1D 2D
Octal 122 144 225 55 41 0 52 340 35 55
Binary 1010010 1100100 10010101 101101 100001 0 101010 11100000 11101 101101

Color Harmonies of #526495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526495

Black with #526495

Text Example


Text Example

White with #526495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526495; }

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

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

background-color css

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

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

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

border-color css

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

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

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