Html Css Color HEX #527AA1 San Marino

📋 copy color: '#527AA1'

red 82 ◦ green 122 ◦ blue 161

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

Shades of San Marino #527AA1

Tints of San Marino #527AA1

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.42%

 BLUE value IS 161 (63.28% from 255) = 44.11%

R = 22.47%
G = 33.42%
B = 44.11%

CMYK

 C value IS 0.49

 M value IS 0.24

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#527AA1 (or 0x527AA1) is known color: San Marino. HEX triplet: 52, 7A and A1. RGB value is (82,122,161). Sum of RGB (Red+Green+Blue) = 82+122+161=365 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.47% from 365); Green value is 122 (48.05% from 255 or 33.42% from 365); Blue value is 161 (63.28% from 255 or 44.11% from 365); Max value from RGB is 161 - color contains mainly: blue. Hex color #527AA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527AA1 is #AD855E. Grayscale: #727272. Windows color (decimal): -11371871 or 10582610. OLE color: 10582610.

HSL color Cylindrical-coordinate representation of color #527AA1: hue angle of 209.62º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #527AA1 is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 82 122 161 -
CMYK 0.49 0.24 0 0.37
HSL 209.62º 0.33% 0.48% -
HSV(B) 209.62º 0.49% 0.63% -
XYZ 16.87 18.29 36.36 -
YUV 114.49 154.25 104.83 -
System Red Green Blue C M Y K H S L
Decimal 82 122 161 0.49 0.24 0 0.37 209.62 0.33 0.48
Hex 52 7A A1 31 18 0 25 D2 21 30
Octal 122 172 241 61 30 0 45 322 41 60
Binary 1010010 1111010 10100001 110001 11000 0 100101 11010010 100001 110000

Color Harmonies of #527AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527AA1

Black with #527AA1

Text Example


Text Example

White with #527AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527AA1; }

 p { color: rgb(82,122,161); }

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

background-color css

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

 a { background-color: rgb(82,122,161); }

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

border-color css

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

 span { border-color: rgb(82,122,161); }

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