Html Css Color HEX #5378AD San Marino

📋 copy color: '#5378AD'

red 83 ◦ green 120 ◦ blue 173

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

Shades of San Marino #5378AD

Tints of San Marino #5378AD

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.91%

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

R = 22.07%
G = 31.91%
B = 46.01%

CMYK

 C value IS 0.52

 M value IS 0.31

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5378AD (or 0x5378AD) is known color: San Marino. HEX triplet: 53, 78 and AD. RGB value is (83,120,173). Sum of RGB (Red+Green+Blue) = 83+120+173=376 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.07% from 376); Green value is 120 (47.27% from 255 or 31.91% from 376); Blue value is 173 (67.97% from 255 or 46.01% from 376); Max value from RGB is 173 - color contains mainly: blue. Hex color #5378AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5378AD is #AC8752. Grayscale: #727272. Windows color (decimal): -11306835 or 11368531. OLE color: 11368531.

HSL color Cylindrical-coordinate representation of color #5378AD: hue angle of 215.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 #5378AD is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 83 120 173 -
CMYK 0.52 0.31 0 0.32
HSL 215.33º 0.35% 0.5% -
HSV(B) 215.33º 0.52% 0.68% -
XYZ 17.83 18.29 42.13 -
YUV 114.98 160.74 105.19 -
System Red Green Blue C M Y K H S L
Decimal 83 120 173 0.52 0.31 0 0.32 215.33 0.35 0.5
Hex 53 78 AD 34 1F 0 20 D7 23 32
Octal 123 170 255 64 37 0 40 327 43 62
Binary 1010011 1111000 10101101 110100 11111 0 100000 11010111 100011 110010

Color Harmonies of #5378AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5378AD

Black with #5378AD

Text Example


Text Example

White with #5378AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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