Html Css Color HEX #5A75AB San Marino

📋 copy color: '#5A75AB'

red 90 ◦ green 117 ◦ blue 171

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

Shades of San Marino #5A75AB

Tints of San Marino #5A75AB

RGB

 RED value IS 90 (35.55% from 255) = 23.81%

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

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

R = 23.81%
G = 30.95%
B = 45.24%

CMYK

 C value IS 0.47

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5A75AB (or 0x5A75AB) is known color: San Marino. HEX triplet: 5A, 75 and AB. RGB value is (90,117,171). Sum of RGB (Red+Green+Blue) = 90+117+171=378 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.81% from 378); Green value is 117 (46.09% from 255 or 30.95% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 171 - color contains mainly: blue. Hex color #5A75AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A75AB is #A58A54. Grayscale: #727272. Windows color (decimal): -10848853 or 11236698. OLE color: 11236698.

HSL color Cylindrical-coordinate representation of color #5A75AB: hue angle of 220º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5A75AB is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 90 117 171 -
CMYK 0.47 0.32 0 0.33
HSL 220º 0.33% 0.51% -
HSV(B) 220º 0.47% 0.67% -
XYZ 17.93 17.84 41.03 -
YUV 115.08 159.55 110.11 -
System Red Green Blue C M Y K H S L
Decimal 90 117 171 0.47 0.32 0 0.33 220 0.33 0.51
Hex 5A 75 AB 2F 20 0 21 DC 21 33
Octal 132 165 253 57 40 0 41 334 41 63
Binary 1011010 1110101 10101011 101111 100000 0 100001 11011100 100001 110011

Color Harmonies of #5A75AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A75AB

Black with #5A75AB

Text Example


Text Example

White with #5A75AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A75AB; }

 p { color: rgb(90,117,171); }

 H1.HeaderClassName
 {
   color: #5A75AB;
 }
 .AnyTagClassName
 {
   color: #5A75AB;
 }
</style>

background-color css

<style>
 a { background-color: #5A75AB; }

 a { background-color: rgb(90,117,171); }

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

border-color css

<style>
 span { border-color: #5A75AB; }

 span { border-color: rgb(90,117,171); }

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