Html Css Color HEX #5272AC San Marino

📋 copy color: '#5272AC'

red 82 ◦ green 114 ◦ blue 172

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

Shades of San Marino #5272AC

Tints of San Marino #5272AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 46.74%

R = 22.28%
G = 30.98%
B = 46.74%

CMYK

 C value IS 0.52

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5272AC (or 0x5272AC) is known color: San Marino. HEX triplet: 52, 72 and AC. RGB value is (82,114,172). Sum of RGB (Red+Green+Blue) = 82+114+172=368 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.28% from 368); Green value is 114 (44.92% from 255 or 30.98% from 368); Blue value is 172 (67.58% from 255 or 46.74% from 368); Max value from RGB is 172 - color contains mainly: blue. Hex color #5272AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5272AC is #AD8D53. Grayscale: #6E6E6E. Windows color (decimal): -11373908 or 11301458. OLE color: 11301458.

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

Color convert

RGB 82 114 172 -
CMYK 0.52 0.34 0 0.33
HSL 218.67º 0.35% 0.5% -
HSV(B) 218.67º 0.52% 0.67% -
XYZ 16.94 16.81 41.38 -
YUV 111.04 162.4 107.28 -
System Red Green Blue C M Y K H S L
Decimal 82 114 172 0.52 0.34 0 0.33 218.67 0.35 0.5
Hex 52 72 AC 34 22 0 21 DB 23 32
Octal 122 162 254 64 42 0 41 333 43 62
Binary 1010010 1110010 10101100 110100 100010 0 100001 11011011 100011 110010

Color Harmonies of #5272AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5272AC

Black with #5272AC

Text Example


Text Example

White with #5272AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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