Html Css Color HEX #527AA2 San Marino

📋 copy color: '#527AA2'

red 82 ◦ green 122 ◦ blue 162

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

Shades of San Marino #527AA2

Tints of San Marino #527AA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 44.26%

R = 22.4%
G = 33.33%
B = 44.26%

CMYK

 C value IS 0.49

 M value IS 0.25

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#527AA2 (or 0x527AA2) is known color: San Marino. HEX triplet: 52, 7A and A2. RGB value is (82,122,162). Sum of RGB (Red+Green+Blue) = 82+122+162=366 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.40% from 366); Green value is 122 (48.05% from 255 or 33.33% from 366); Blue value is 162 (63.67% from 255 or 44.26% from 366); Max value from RGB is 162 - color contains mainly: blue. Hex color #527AA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527AA2 is #AD855D. Grayscale: #727272. Windows color (decimal): -11371870 or 10648146. OLE color: 10648146.

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

Color convert

RGB 82 122 162 -
CMYK 0.49 0.25 0 0.36
HSL 210º 0.33% 0.48% -
HSV(B) 210º 0.49% 0.64% -
XYZ 16.96 18.32 36.82 -
YUV 114.6 154.75 104.75 -
System Red Green Blue C M Y K H S L
Decimal 82 122 162 0.49 0.25 0 0.36 210 0.33 0.48
Hex 52 7A A2 31 19 0 24 D2 21 30
Octal 122 172 242 61 31 0 44 322 41 60
Binary 1010010 1111010 10100010 110001 11001 0 100100 11010010 100001 110000

Color Harmonies of #527AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527AA2

Black with #527AA2

Text Example


Text Example

White with #527AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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