Html Css Color HEX #526AB0 San Marino

📋 copy color: '#526AB0'

red 82 ◦ green 106 ◦ blue 176

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

Shades of San Marino #526AB0

Tints of San Marino #526AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 48.35%

R = 22.53%
G = 29.12%
B = 48.35%

CMYK

 C value IS 0.53

 M value IS 0.40

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#526AB0 (or 0x526AB0) is known color: San Marino. HEX triplet: 52, 6A and B0. RGB value is (82,106,176). Sum of RGB (Red+Green+Blue) = 82+106+176=364 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.53% from 364); Green value is 106 (41.80% from 255 or 29.12% from 364); Blue value is 176 (69.14% from 255 or 48.35% from 364); Max value from RGB is 176 - color contains mainly: blue. Hex color #526AB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526AB0 is #AD954F. Grayscale: #6A6A6A. Windows color (decimal): -11375952 or 11561554. OLE color: 11561554.

HSL color Cylindrical-coordinate representation of color #526AB0: hue angle of 224.68º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #526AB0 is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 82 106 176 -
CMYK 0.53 0.40 0 0.31
HSL 224.68º 0.37% 0.51% -
HSV(B) 224.68º 0.53% 0.69% -
XYZ 16.47 15.24 43.15 -
YUV 106.8 167.05 110.31 -
System Red Green Blue C M Y K H S L
Decimal 82 106 176 0.53 0.40 0 0.31 224.68 0.37 0.51
Hex 52 6A B0 35 28 0 1F E1 25 33
Octal 122 152 260 65 50 0 37 341 45 63
Binary 1010010 1101010 10110000 110101 101000 0 11111 11100001 100101 110011

Color Harmonies of #526AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526AB0

Black with #526AB0

Text Example


Text Example

White with #526AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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