#5A1C77

Color #5A1C77 Blue Diamond (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Diamond #5A1C77

Tints of Blue Diamond #5A1C77

Color information

#5A1C77 (or 0x5A1C77) is unknown color: approx Blue Diamond. HEX triplet: 5A, 1C and 77. RGB value is (90,28,119). Sum of RGB (Red+Green+Blue) = 90+28+119=237 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.97% from 237); Green value is 28 (11.33% from 255 or 11.81% from 237); Blue value is 119 (46.88% from 255 or 50.21% from 237); Max value from RGB is 119 - color contains mainly: blue. Hex color #5A1C77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A1C77 is #A5E388. Grayscale: #383838. Windows color (decimal): -10871689 or 7806042. OLE color: 7806042.

HSL color Cylindrical-coordinate representation of color #5A1C77: hue angle of 280.88º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5A1C77 is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9028119-
CMYK0.240.7600.53
HSL280.88º61.9%28.82%-
HSV(B)280.88º76.47%46.67%-
XYZ7.964.3417.87-
YUV56.91163.04151.6-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 37.97%
GREEN value IS 28 (11.33% from 255) = 11.81%
BLUE value IS 119 (46.88% from 255) = 50.21%
R=37.97%
G=11.81%
B=50.21%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal90281190.240.7600.53280.8861.928.82
Hex5A1C77184C0351193e1d
Octal13234167301140654317635
Binary1011010111001110111110001001100011010110001100111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,28,119); }

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

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

 a { background-color: rgb(90,28,119); }

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

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

 span { border-color: rgb(90,28,119); }

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