Html Css Color HEX #5274AD San Marino

📋 copy color: '#5274AD'

red 82 ◦ green 116 ◦ blue 173

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

Shades of San Marino #5274AD

Tints of San Marino #5274AD

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.27%

 BLUE value IS 173 (67.97% from 255) = 46.63%

R = 22.1%
G = 31.27%
B = 46.63%

CMYK

 C value IS 0.53

 M value IS 0.33

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5274AD (or 0x5274AD) is known color: San Marino. HEX triplet: 52, 74 and AD. RGB value is (82,116,173). Sum of RGB (Red+Green+Blue) = 82+116+173=371 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.10% from 371); Green value is 116 (45.70% from 255 or 31.27% from 371); Blue value is 173 (67.97% from 255 or 46.63% from 371); Max value from RGB is 173 - color contains mainly: blue. Hex color #5274AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5274AD is #AD8B52. Grayscale: #707070. Windows color (decimal): -11373395 or 11367506. OLE color: 11367506.

HSL color Cylindrical-coordinate representation of color #5274AD: hue angle of 217.58º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5274AD is Cyan = 0.53, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 82 116 173 -
CMYK 0.53 0.33 0 0.32
HSL 217.58º 0.36% 0.5% -
HSV(B) 217.58º 0.53% 0.68% -
XYZ 17.27 17.3 41.96 -
YUV 112.33 162.24 106.37 -
System Red Green Blue C M Y K H S L
Decimal 82 116 173 0.53 0.33 0 0.32 217.58 0.36 0.5
Hex 52 74 AD 35 21 0 20 DA 24 32
Octal 122 164 255 65 41 0 40 332 44 62
Binary 1010010 1110100 10101101 110101 100001 0 100000 11011010 100100 110010

Color Harmonies of #5274AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5274AD

Black with #5274AD

Text Example


Text Example

White with #5274AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5274AD; }

 p { color: rgb(82,116,173); }

 H1.HeaderClassName
 {
   color: #5274AD;
 }
 .AnyTagClassName
 {
   color: #5274AD;
 }
</style>

background-color css

<style>
 a { background-color: #5274AD; }

 a { background-color: rgb(82,116,173); }

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

border-color css

<style>
 span { border-color: #5274AD; }

 span { border-color: rgb(82,116,173); }

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