Html Css Color HEX #5475AB San Marino

📋 copy color: '#5475AB'

red 84 ◦ green 117 ◦ blue 171

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

Shades of San Marino #5475AB

Tints of San Marino #5475AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.97%

R = 22.58%
G = 31.45%
B = 45.97%

CMYK

 C value IS 0.51

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5475AB (or 0x5475AB) is known color: San Marino. HEX triplet: 54, 75 and AB. RGB value is (84,117,171). Sum of RGB (Red+Green+Blue) = 84+117+171=372 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.58% from 372); Green value is 117 (46.09% from 255 or 31.45% from 372); Blue value is 171 (67.19% from 255 or 45.97% from 372); Max value from RGB is 171 - color contains mainly: blue. Hex color #5475AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5475AB is #AB8A54. Grayscale: #717171. Windows color (decimal): -11242069 or 11236692. OLE color: 11236692.

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

Color convert

RGB 84 117 171 -
CMYK 0.51 0.32 0 0.33
HSL 217.24º 0.34% 0.5% -
HSV(B) 217.24º 0.51% 0.67% -
XYZ 17.37 17.55 41 -
YUV 113.29 160.57 107.11 -
System Red Green Blue C M Y K H S L
Decimal 84 117 171 0.51 0.32 0 0.33 217.24 0.34 0.5
Hex 54 75 AB 33 20 0 21 D9 22 32
Octal 124 165 253 63 40 0 41 331 42 62
Binary 1010100 1110101 10101011 110011 100000 0 100001 11011001 100010 110010

Color Harmonies of #5475AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5475AB

Black with #5475AB

Text Example


Text Example

White with #5475AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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