Html Css Color HEX #5375AD San Marino

📋 copy color: '#5375AD'

red 83 ◦ green 117 ◦ blue 173

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

Shades of San Marino #5375AD

Tints of San Marino #5375AD

RGB

 RED value IS 83 (32.81% from 255) = 22.25%

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

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

R = 22.25%
G = 31.37%
B = 46.38%

CMYK

 C value IS 0.52

 M value IS 0.32

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5375AD (or 0x5375AD) is known color: San Marino. HEX triplet: 53, 75 and AD. RGB value is (83,117,173). Sum of RGB (Red+Green+Blue) = 83+117+173=373 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.25% from 373); Green value is 117 (46.09% from 255 or 31.37% from 373); Blue value is 173 (67.97% from 255 or 46.38% from 373); Max value from RGB is 173 - color contains mainly: blue. Hex color #5375AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5375AD is #AC8A52. Grayscale: #707070. Windows color (decimal): -11307603 or 11367763. OLE color: 11367763.

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

Color convert

RGB 83 117 173 -
CMYK 0.52 0.32 0 0.32
HSL 217.33º 0.35% 0.5% -
HSV(B) 217.33º 0.52% 0.68% -
XYZ 17.47 17.58 42.01 -
YUV 113.22 161.74 106.45 -
System Red Green Blue C M Y K H S L
Decimal 83 117 173 0.52 0.32 0 0.32 217.33 0.35 0.5
Hex 53 75 AD 34 20 0 20 D9 23 32
Octal 123 165 255 64 40 0 40 331 43 62
Binary 1010011 1110101 10101101 110100 100000 0 100000 11011001 100011 110010

Color Harmonies of #5375AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5375AD

Black with #5375AD

Text Example


Text Example

White with #5375AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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