#5B75AC

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

Shades of San Marino #5B75AC

Tints of San Marino #5B75AC

Color information

#5B75AC (or 0x5B75AC) is unknown color: approx San Marino. HEX triplet: 5B, 75 and AC. RGB value is (91,117,172). Sum of RGB (Red+Green+Blue) = 91+117+172=380 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.95% from 380); Green value is 117 (46.09% from 255 or 30.79% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 172 - color contains mainly: blue. Hex color #5B75AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B75AC is #A48A53. Grayscale: #737373. Windows color (decimal): -10783316 or 11302235. OLE color: 11302235.

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

Color convert

RGB91117172-
CMYK0.470.3200.33
HSL220.74º32.79%51.57%-
HSV(B)220.74º47.09%67.45%-
XYZ18.1217.9341.53-
YUV115.5159.89110.53-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.95%
GREEN value IS 117 (46.09% from 255) = 30.79%
BLUE value IS 172 (67.58% from 255) = 45.26%
R=23.95%
G=30.79%
B=45.26%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal911171720.470.3200.33220.7432.7951.57
Hex5B75AC2F20021dd2134
Octal13316525457400413354164
Binary1011011111010110101100101111100000010000111011101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B75AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,117,172); }

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

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

 a { background-color: rgb(91,117,172); }

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

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

 span { border-color: rgb(91,117,172); }

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