Html Css Color HEX #5374AB San Marino

📋 copy color: '#5374AB'

red 83 ◦ green 116 ◦ blue 171

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

Shades of San Marino #5374AB

Tints of San Marino #5374AB

RGB

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

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

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

R = 22.43%
G = 31.35%
B = 46.22%

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

#5374AB (or 0x5374AB) is known color: San Marino. HEX triplet: 53, 74 and AB. RGB value is (83,116,171). Sum of RGB (Red+Green+Blue) = 83+116+171=370 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.43% from 370); Green value is 116 (45.70% from 255 or 31.35% from 370); Blue value is 171 (67.19% from 255 or 46.22% from 370); Max value from RGB is 171 - color contains mainly: blue. Hex color #5374AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5374AB is #AC8B54. Grayscale: #707070. Windows color (decimal): -11307861 or 11236435. OLE color: 11236435.

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

Color convert

RGB 83 116 171 -
CMYK 0.51 0.32 0 0.33
HSL 217.5º 0.35% 0.5% -
HSV(B) 217.5º 0.51% 0.67% -
XYZ 17.16 17.27 40.96 -
YUV 112.4 161.07 107.03 -
System Red Green Blue C M Y K H S L
Decimal 83 116 171 0.51 0.32 0 0.33 217.5 0.35 0.5
Hex 53 74 AB 33 20 0 21 DA 23 32
Octal 123 164 253 63 40 0 41 332 43 62
Binary 1010011 1110100 10101011 110011 100000 0 100001 11011010 100011 110010

Color Harmonies of #5374AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5374AB

Black with #5374AB

Text Example


Text Example

White with #5374AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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