#5a1d77

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

Shades of Blue Diamond #5A1D77

Tints of Blue Diamond #5A1D77

Color information

#5A1D77 (or 0x5A1D77) is unknown color: approx Blue Diamond. HEX triplet: 5A, 1D and 77. RGB value is (90,29,119). Sum of RGB (Red+Green+Blue) = 90+29+119=238 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.82% from 238); Green value is 29 (11.72% from 255 or 12.18% from 238); Blue value is 119 (46.88% from 255 or 50% from 238); Max value from RGB is 119 - color contains mainly: blue. Hex color #5A1D77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A1D77 is #A5E288. Grayscale: #393939. Windows color (decimal): -10871433 or 7806298. OLE color: 7806298.

HSL color Cylindrical-coordinate representation of color #5A1D77: hue angle of 280.67º degrees, saturation: 0.61, 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 #5A1D77 is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9029119-
CMYK0.240.7600.53
HSL280.67º60.81%29.02%-
HSV(B)280.67º75.63%46.67%-
XYZ7.994.3817.88-
YUV57.5162.71151.18-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 37.82%
GREEN value IS 29 (11.72% from 255) = 12.18%
BLUE value IS 119 (46.88% from 255) = 50%
R=37.82%
G=12.18%
B=50%

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
Decimal90291190.240.7600.53280.6760.8129.02
Hex5A1D77184C0351193d1d
Octal13235167301140654317535
Binary1011010111011110111110001001100011010110001100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5a1d77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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