Html Css Color HEX #5475AD San Marino

📋 copy color: '#5475AD'

red 84 ◦ green 117 ◦ blue 173

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

Shades of San Marino #5475AD

Tints of San Marino #5475AD

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.28%

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

R = 22.46%
G = 31.28%
B = 46.26%

CMYK

 C value IS 0.51

 M value IS 0.32

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5475AD (or 0x5475AD) is known color: San Marino. HEX triplet: 54, 75 and AD. RGB value is (84,117,173). Sum of RGB (Red+Green+Blue) = 84+117+173=374 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.46% from 374); Green value is 117 (46.09% from 255 or 31.28% from 374); Blue value is 173 (67.97% from 255 or 46.26% from 374); Max value from RGB is 173 - color contains mainly: blue. Hex color #5475AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5475AD is #AB8A52. Grayscale: #717171. Windows color (decimal): -11242067 or 11367764. OLE color: 11367764.

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

Color convert

RGB 84 117 173 -
CMYK 0.51 0.32 0 0.32
HSL 217.75º 0.35% 0.5% -
HSV(B) 217.75º 0.51% 0.68% -
XYZ 17.56 17.62 42.01 -
YUV 113.52 161.57 106.95 -
System Red Green Blue C M Y K H S L
Decimal 84 117 173 0.51 0.32 0 0.32 217.75 0.35 0.5
Hex 54 75 AD 33 20 0 20 DA 23 32
Octal 124 165 255 63 40 0 40 332 43 62
Binary 1010100 1110101 10101101 110011 100000 0 100000 11011010 100011 110010

Color Harmonies of #5475AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5475AD

Black with #5475AD

Text Example


Text Example

White with #5475AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,117,173); }

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

background-color css

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

 a { background-color: rgb(84,117,173); }

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

border-color css

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

 span { border-color: rgb(84,117,173); }

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