#5E75A8

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

Shades of San Marino #5E75A8

Tints of San Marino #5E75A8

Color information

#5E75A8 (or 0x5E75A8) is unknown color: approx San Marino. HEX triplet: 5E, 75 and A8. RGB value is (94,117,168). Sum of RGB (Red+Green+Blue) = 94+117+168=379 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.80% from 379); Green value is 117 (46.09% from 255 or 30.87% from 379); Blue value is 168 (66.02% from 255 or 44.33% from 379); Max value from RGB is 168 - color contains mainly: blue. Hex color #5E75A8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E75A8 is #A18A57. Grayscale: #737373. Windows color (decimal): -10586712 or 11040094. OLE color: 11040094.

HSL color Cylindrical-coordinate representation of color #5E75A8: hue angle of 221.35º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5E75A8 is Cyan = 0.44, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB94117168-
CMYK0.440.3000.34
HSL221.35º29.84%51.37%-
HSV(B)221.35º44.05%65.88%-
XYZ18.0517.9339.56-
YUV115.94157.38112.35-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 24.80%
GREEN value IS 117 (46.09% from 255) = 30.87%
BLUE value IS 168 (66.02% from 255) = 44.33%
R=24.80%
G=30.87%
B=44.33%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal941171680.440.3000.34221.3529.8451.37
Hex5E75A82C1E022dd1e33
Octal13616525054360423353663
Binary10111101110101101010001011001111001000101101110111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E75A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,117,168); }

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

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

 a { background-color: rgb(94,117,168); }

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

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

 span { border-color: rgb(94,117,168); }

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