#5D7AAB

Color #5D7AAB San Marino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Marino #5D7AAB

Tints of San Marino #5D7AAB

Color information

#5D7AAB (or 0x5D7AAB) is unknown color: approx San Marino. HEX triplet: 5D, 7A and AB. RGB value is (93,122,171). Sum of RGB (Red+Green+Blue) = 93+122+171=386 (51% of max value = 765). Red value is 93 (36.72% from 255 or 24.09% from 386); Green value is 122 (48.05% from 255 or 31.61% from 386); Blue value is 171 (67.19% from 255 or 44.30% from 386); Max value from RGB is 171 - color contains mainly: blue. Hex color #5D7AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D7AAB is #A28554. Grayscale: #767676. Windows color (decimal): -10650965 or 11237981. OLE color: 11237981.

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

Color convert

RGB93122171-
CMYK0.460.2900.33
HSL217.69º31.71%51.76%-
HSV(B)217.69º45.61%67.06%-
XYZ18.8219.1941.24-
YUV118.92157.39109.52-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 24.09%
GREEN value IS 122 (48.05% from 255) = 31.61%
BLUE value IS 171 (67.19% from 255) = 44.30%
R=24.09%
G=31.61%
B=44.30%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal931221710.460.2900.33217.6931.7151.76
Hex5D7AAB2E1D021da2034
Octal13517225356350413324064
Binary101110111110101010101110111011101010000111011010100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D7AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,122,171); }

 H1.HeaderClassName
 {
   color: #5D7AAB;
 }
 .AnyTagClassName
 {
   color: #5D7AAB;
 }
</style>
background-color css

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

 a { background-color: rgb(93,122,171); }

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

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

 span { border-color: rgb(93,122,171); }

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