Html Css Color HEX #526FA3 San Marino

📋 copy color: '#526FA3'

red 82 ◦ green 111 ◦ blue 163

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

Shades of San Marino #526FA3

Tints of San Marino #526FA3

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.18%

 BLUE value IS 163 (64.06% from 255) = 45.79%

R = 23.03%
G = 31.18%
B = 45.79%

CMYK

 C value IS 0.50

 M value IS 0.32

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#526FA3 (or 0x526FA3) is known color: San Marino. HEX triplet: 52, 6F and A3. RGB value is (82,111,163). Sum of RGB (Red+Green+Blue) = 82+111+163=356 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.03% from 356); Green value is 111 (43.75% from 255 or 31.18% from 356); Blue value is 163 (64.06% from 255 or 45.79% from 356); Max value from RGB is 163 - color contains mainly: blue. Hex color #526FA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526FA3 is #AD905C. Grayscale: #6C6C6C. Windows color (decimal): -11374685 or 10710866. OLE color: 10710866.

HSL color Cylindrical-coordinate representation of color #526FA3: hue angle of 218.52º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #526FA3 is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 82 111 163 -
CMYK 0.50 0.32 0 0.36
HSL 218.52º 0.33% 0.48% -
HSV(B) 218.52º 0.5% 0.64% -
XYZ 15.77 15.81 36.87 -
YUV 108.26 158.89 109.27 -
System Red Green Blue C M Y K H S L
Decimal 82 111 163 0.50 0.32 0 0.36 218.52 0.33 0.48
Hex 52 6F A3 32 20 0 24 DB 21 30
Octal 122 157 243 62 40 0 44 333 41 60
Binary 1010010 1101111 10100011 110010 100000 0 100100 11011011 100001 110000

Color Harmonies of #526FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526FA3

Black with #526FA3

Text Example


Text Example

White with #526FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526FA3; }

 p { color: rgb(82,111,163); }

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

background-color css

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

 a { background-color: rgb(82,111,163); }

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

border-color css

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

 span { border-color: rgb(82,111,163); }

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