Html Css Color HEX #5474AF San Marino

📋 copy color: '#5474AF'

red 84 ◦ green 116 ◦ blue 175

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

Shades of San Marino #5474AF

Tints of San Marino #5474AF

RGB

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

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

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

R = 22.4%
G = 30.93%
B = 46.67%

CMYK

 C value IS 0.52

 M value IS 0.34

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5474AF (or 0x5474AF) is known color: San Marino. HEX triplet: 54, 74 and AF. RGB value is (84,116,175). Sum of RGB (Red+Green+Blue) = 84+116+175=375 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.4% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 175 (68.75% from 255 or 46.67% from 375); Max value from RGB is 175 - color contains mainly: blue. Hex color #5474AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5474AF is #AB8B50. Grayscale: #707070. Windows color (decimal): -11242321 or 11498580. OLE color: 11498580.

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

Color convert

RGB 84 116 175 -
CMYK 0.52 0.34 0 0.31
HSL 218.9º 0.36% 0.51% -
HSV(B) 218.9º 0.52% 0.69% -
XYZ 17.64 17.47 43 -
YUV 113.16 162.9 107.2 -
System Red Green Blue C M Y K H S L
Decimal 84 116 175 0.52 0.34 0 0.31 218.9 0.36 0.51
Hex 54 74 AF 34 22 0 1F DB 24 33
Octal 124 164 257 64 42 0 37 333 44 63
Binary 1010100 1110100 10101111 110100 100010 0 11111 11011011 100100 110011

Color Harmonies of #5474AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5474AF

Black with #5474AF

Text Example


Text Example

White with #5474AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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