Html Css Color HEX #526AAB San Marino

📋 copy color: '#526AAB'

red 82 ◦ green 106 ◦ blue 171

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

Shades of San Marino #526AAB

Tints of San Marino #526AAB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.53%

 BLUE value IS 171 (67.19% from 255) = 47.63%

R = 22.84%
G = 29.53%
B = 47.63%

CMYK

 C value IS 0.52

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#526AAB (or 0x526AAB) is known color: San Marino. HEX triplet: 52, 6A and AB. RGB value is (82,106,171). Sum of RGB (Red+Green+Blue) = 82+106+171=359 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.84% from 359); Green value is 106 (41.80% from 255 or 29.53% from 359); Blue value is 171 (67.19% from 255 or 47.63% from 359); Max value from RGB is 171 - color contains mainly: blue. Hex color #526AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526AAB is #AD9554. Grayscale: #696969. Windows color (decimal): -11375957 or 11233874. OLE color: 11233874.

HSL color Cylindrical-coordinate representation of color #526AAB: hue angle of 223.82º 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 #526AAB is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 82 106 171 -
CMYK 0.52 0.38 0 0.33
HSL 223.82º 0.35% 0.5% -
HSV(B) 223.82º 0.52% 0.67% -
XYZ 15.98 15.04 40.59 -
YUV 106.23 164.55 110.71 -
System Red Green Blue C M Y K H S L
Decimal 82 106 171 0.52 0.38 0 0.33 223.82 0.35 0.5
Hex 52 6A AB 34 26 0 21 E0 23 32
Octal 122 152 253 64 46 0 41 340 43 62
Binary 1010010 1101010 10101011 110100 100110 0 100001 11100000 100011 110010

Color Harmonies of #526AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526AAB

Black with #526AAB

Text Example


Text Example

White with #526AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,106,171); }

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

background-color css

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

 a { background-color: rgb(82,106,171); }

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

border-color css

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

 span { border-color: rgb(82,106,171); }

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