Html Css Color HEX #5472A0 San Marino

📋 copy color: '#5472A0'

red 84 ◦ green 114 ◦ blue 160

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

Shades of San Marino #5472A0

Tints of San Marino #5472A0

RGB

 RED value IS 84 (33.2% from 255) = 23.46%

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

 BLUE value IS 160 (62.89% from 255) = 44.69%

R = 23.46%
G = 31.84%
B = 44.69%

CMYK

 C value IS 0.48

 M value IS 0.29

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#5472A0 (or 0x5472A0) is known color: San Marino. HEX triplet: 54, 72 and A0. RGB value is (84,114,160). Sum of RGB (Red+Green+Blue) = 84+114+160=358 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.46% from 358); Green value is 114 (44.92% from 255 or 31.84% from 358); Blue value is 160 (62.89% from 255 or 44.69% from 358); Max value from RGB is 160 - color contains mainly: blue. Hex color #5472A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5472A0 is #AB8D5F. Grayscale: #6E6E6E. Windows color (decimal): -11242848 or 10515028. OLE color: 10515028.

HSL color Cylindrical-coordinate representation of color #5472A0: hue angle of 216.32º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5472A0 is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 84 114 160 -
CMYK 0.48 0.29 0 0.37
HSL 216.32º 0.31% 0.48% -
HSV(B) 216.32º 0.48% 0.63% -
XYZ 16.02 16.46 35.59 -
YUV 110.27 156.06 109.26 -
System Red Green Blue C M Y K H S L
Decimal 84 114 160 0.48 0.29 0 0.37 216.32 0.31 0.48
Hex 54 72 A0 30 1D 0 25 D8 1F 30
Octal 124 162 240 60 35 0 45 330 37 60
Binary 1010100 1110010 10100000 110000 11101 0 100101 11011000 11111 110000

Color Harmonies of #5472A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5472A0

Black with #5472A0

Text Example


Text Example

White with #5472A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5472A0; }

 p { color: rgb(84,114,160); }

 H1.HeaderClassName
 {
   color: #5472A0;
 }
 .AnyTagClassName
 {
   color: #5472A0;
 }
</style>

background-color css

<style>
 a { background-color: #5472A0; }

 a { background-color: rgb(84,114,160); }

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

border-color css

<style>
 span { border-color: #5472A0; }

 span { border-color: rgb(84,114,160); }

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