Html Css Color HEX #526995 San Marino

📋 copy color: '#526995'

red 82 ◦ green 105 ◦ blue 149

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

Shades of San Marino #526995

Tints of San Marino #526995

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.25%

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

R = 24.4%
G = 31.25%
B = 44.35%

CMYK

 C value IS 0.45

 M value IS 0.30

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#526995 (or 0x526995) is known color: San Marino. HEX triplet: 52, 69 and 95. RGB value is (82,105,149). Sum of RGB (Red+Green+Blue) = 82+105+149=336 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.40% from 336); Green value is 105 (41.41% from 255 or 31.25% from 336); Blue value is 149 (58.59% from 255 or 44.35% from 336); Max value from RGB is 149 - color contains mainly: blue. Hex color #526995 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526995 is #AD966A. Grayscale: #666666. Windows color (decimal): -11376235 or 9791826. OLE color: 9791826.

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

Color convert

RGB 82 105 149 -
CMYK 0.45 0.30 0 0.42
HSL 219.4º 0.29% 0.45% -
HSV(B) 219.4º 0.45% 0.58% -
XYZ 13.96 14.07 30.41 -
YUV 103.14 153.88 112.92 -
System Red Green Blue C M Y K H S L
Decimal 82 105 149 0.45 0.30 0 0.42 219.4 0.29 0.45
Hex 52 69 95 2D 1E 0 2A DB 1D 2D
Octal 122 151 225 55 36 0 52 333 35 55
Binary 1010010 1101001 10010101 101101 11110 0 101010 11011011 11101 101101

Color Harmonies of #526995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526995

Black with #526995

Text Example


Text Example

White with #526995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526995; }

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

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

background-color css

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

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

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

border-color css

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

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

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