Html Css Color HEX #526DAC San Marino

📋 copy color: '#526DAC'

red 82 ◦ green 109 ◦ blue 172

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

Shades of San Marino #526DAC

Tints of San Marino #526DAC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.03%

 BLUE value IS 172 (67.58% from 255) = 47.38%

R = 22.59%
G = 30.03%
B = 47.38%

CMYK

 C value IS 0.52

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#526DAC (or 0x526DAC) is known color: San Marino. HEX triplet: 52, 6D and AC. RGB value is (82,109,172). Sum of RGB (Red+Green+Blue) = 82+109+172=363 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.59% from 363); Green value is 109 (42.97% from 255 or 30.03% from 363); Blue value is 172 (67.58% from 255 or 47.38% from 363); Max value from RGB is 172 - color contains mainly: blue. Hex color #526DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526DAC is #AD9253. Grayscale: #6B6B6B. Windows color (decimal): -11375188 or 11300178. OLE color: 11300178.

HSL color Cylindrical-coordinate representation of color #526DAC: hue angle of 222º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #526DAC is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 82 109 172 -
CMYK 0.52 0.37 0 0.33
HSL 222º 0.35% 0.5% -
HSV(B) 222º 0.52% 0.67% -
XYZ 16.39 15.71 41.2 -
YUV 108.11 164.05 109.38 -
System Red Green Blue C M Y K H S L
Decimal 82 109 172 0.52 0.37 0 0.33 222 0.35 0.5
Hex 52 6D AC 34 25 0 21 DE 23 32
Octal 122 155 254 64 45 0 41 336 43 62
Binary 1010010 1101101 10101100 110100 100101 0 100001 11011110 100011 110010

Color Harmonies of #526DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526DAC

Black with #526DAC

Text Example


Text Example

White with #526DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,109,172); }

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

background-color css

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

 a { background-color: rgb(82,109,172); }

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

border-color css

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

 span { border-color: rgb(82,109,172); }

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