Html Css Color HEX #5472AF San Marino

📋 copy color: '#5472AF'

red 84 ◦ green 114 ◦ blue 175

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

Shades of San Marino #5472AF

Tints of San Marino #5472AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.92%

R = 22.52%
G = 30.56%
B = 46.92%

CMYK

 C value IS 0.52

 M value IS 0.35

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5472AF (or 0x5472AF) is known color: San Marino. HEX triplet: 54, 72 and AF. RGB value is (84,114,175). Sum of RGB (Red+Green+Blue) = 84+114+175=373 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.52% from 373); Green value is 114 (44.92% from 255 or 30.56% from 373); Blue value is 175 (68.75% from 255 or 46.92% from 373); Max value from RGB is 175 - color contains mainly: blue. Hex color #5472AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5472AF is #AB8D50. Grayscale: #6F6F6F. Windows color (decimal): -11242833 or 11498068. OLE color: 11498068.

HSL color Cylindrical-coordinate representation of color #5472AF: hue angle of 220.22º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5472AF is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 84 114 175 -
CMYK 0.52 0.35 0 0.31
HSL 220.22º 0.36% 0.51% -
HSV(B) 220.22º 0.52% 0.69% -
XYZ 17.41 17.01 42.92 -
YUV 111.98 163.56 108.04 -
System Red Green Blue C M Y K H S L
Decimal 84 114 175 0.52 0.35 0 0.31 220.22 0.36 0.51
Hex 54 72 AF 34 23 0 1F DC 24 33
Octal 124 162 257 64 43 0 37 334 44 63
Binary 1010100 1110010 10101111 110100 100011 0 11111 11011100 100100 110011

Color Harmonies of #5472AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5472AF

Black with #5472AF

Text Example


Text Example

White with #5472AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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