Html Css Color HEX #5272AA San Marino

📋 copy color: '#5272AA'

red 82 ◦ green 114 ◦ blue 170

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

Shades of San Marino #5272AA

Tints of San Marino #5272AA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.15%

 BLUE value IS 170 (66.8% from 255) = 46.45%

R = 22.4%
G = 31.15%
B = 46.45%

CMYK

 C value IS 0.52

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5272AA (or 0x5272AA) is known color: San Marino. HEX triplet: 52, 72 and AA. RGB value is (82,114,170). Sum of RGB (Red+Green+Blue) = 82+114+170=366 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.40% from 366); Green value is 114 (44.92% from 255 or 31.15% from 366); Blue value is 170 (66.80% from 255 or 46.45% from 366); Max value from RGB is 170 - color contains mainly: blue. Hex color #5272AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5272AA is #AD8D55. Grayscale: #6E6E6E. Windows color (decimal): -11373910 or 11170386. OLE color: 11170386.

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

Color convert

RGB 82 114 170 -
CMYK 0.52 0.33 0 0.33
HSL 218.18º 0.35% 0.49% -
HSV(B) 218.18º 0.52% 0.67% -
XYZ 16.75 16.73 40.38 -
YUV 110.82 161.4 107.45 -
System Red Green Blue C M Y K H S L
Decimal 82 114 170 0.52 0.33 0 0.33 218.18 0.35 0.49
Hex 52 72 AA 34 21 0 21 DA 23 31
Octal 122 162 252 64 41 0 41 332 43 61
Binary 1010010 1110010 10101010 110100 100001 0 100001 11011010 100011 110001

Color Harmonies of #5272AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5272AA

Black with #5272AA

Text Example


Text Example

White with #5272AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5272AA; }

 p { color: rgb(82,114,170); }

 H1.HeaderClassName
 {
   color: #5272AA;
 }
 .AnyTagClassName
 {
   color: #5272AA;
 }
</style>

background-color css

<style>
 a { background-color: #5272AA; }

 a { background-color: rgb(82,114,170); }

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

border-color css

<style>
 span { border-color: #5272AA; }

 span { border-color: rgb(82,114,170); }

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