Html Css Color HEX #5376AB San Marino

📋 copy color: '#5376AB'

red 83 ◦ green 118 ◦ blue 171

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

Shades of San Marino #5376AB

Tints of San Marino #5376AB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.72%

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

R = 22.31%
G = 31.72%
B = 45.97%

CMYK

 C value IS 0.51

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5376AB (or 0x5376AB) is known color: San Marino. HEX triplet: 53, 76 and AB. RGB value is (83,118,171). Sum of RGB (Red+Green+Blue) = 83+118+171=372 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.31% from 372); Green value is 118 (46.48% from 255 or 31.72% 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 #5376AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5376AB is #AC8954. Grayscale: #717171. Windows color (decimal): -11307349 or 11236947. OLE color: 11236947.

HSL color Cylindrical-coordinate representation of color #5376AB: hue angle of 216.14º degrees, saturation: 0.35, 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 #5376AB is Cyan = 0.51, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 83 118 171 -
CMYK 0.51 0.31 0 0.33
HSL 216.14º 0.35% 0.5% -
HSV(B) 216.14º 0.51% 0.67% -
XYZ 17.4 17.74 41.03 -
YUV 113.58 160.4 106.19 -
System Red Green Blue C M Y K H S L
Decimal 83 118 171 0.51 0.31 0 0.33 216.14 0.35 0.5
Hex 53 76 AB 33 1F 0 21 D8 23 32
Octal 123 166 253 63 37 0 41 330 43 62
Binary 1010011 1110110 10101011 110011 11111 0 100001 11011000 100011 110010

Color Harmonies of #5376AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5376AB

Black with #5376AB

Text Example


Text Example

White with #5376AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,118,171); }

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

background-color css

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

 a { background-color: rgb(83,118,171); }

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

border-color css

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

 span { border-color: rgb(83,118,171); }

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