Html Css Color HEX #5374AE San Marino

📋 copy color: '#5374AE'

red 83 ◦ green 116 ◦ blue 174

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

Shades of San Marino #5374AE

Tints of San Marino #5374AE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.1%

 BLUE value IS 174 (68.36% from 255) = 46.65%

R = 22.25%
G = 31.1%
B = 46.65%

CMYK

 C value IS 0.52

 M value IS 0.33

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5374AE (or 0x5374AE) is known color: San Marino. HEX triplet: 53, 74 and AE. RGB value is (83,116,174). Sum of RGB (Red+Green+Blue) = 83+116+174=373 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.25% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 174 (68.36% from 255 or 46.65% from 373); Max value from RGB is 174 - color contains mainly: blue. Hex color #5374AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5374AE is #AC8B51. Grayscale: #707070. Windows color (decimal): -11307858 or 11433043. OLE color: 11433043.

HSL color Cylindrical-coordinate representation of color #5374AE: hue angle of 218.24º degrees, saturation: 0.36, 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 #5374AE is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 83 116 174 -
CMYK 0.52 0.33 0 0.32
HSL 218.24º 0.36% 0.5% -
HSV(B) 218.24º 0.52% 0.68% -
XYZ 17.45 17.39 42.48 -
YUV 112.75 162.57 106.78 -
System Red Green Blue C M Y K H S L
Decimal 83 116 174 0.52 0.33 0 0.32 218.24 0.36 0.5
Hex 53 74 AE 34 21 0 20 DA 24 32
Octal 123 164 256 64 41 0 40 332 44 62
Binary 1010011 1110100 10101110 110100 100001 0 100000 11011010 100100 110010

Color Harmonies of #5374AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5374AE

Black with #5374AE

Text Example


Text Example

White with #5374AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5374AE; }

 p { color: rgb(83,116,174); }

 H1.HeaderClassName
 {
   color: #5374AE;
 }
 .AnyTagClassName
 {
   color: #5374AE;
 }
</style>

background-color css

<style>
 a { background-color: #5374AE; }

 a { background-color: rgb(83,116,174); }

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

border-color css

<style>
 span { border-color: #5374AE; }

 span { border-color: rgb(83,116,174); }

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