#5A1A77

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

Shades of Blue Diamond #5A1A77

Tints of Blue Diamond #5A1A77

Color information

#5A1A77 (or 0x5A1A77) is unknown color: approx Blue Diamond. HEX triplet: 5A, 1A and 77. RGB value is (90,26,119). Sum of RGB (Red+Green+Blue) = 90+26+119=235 (31% of max value = 765). Red value is 90 (35.55% from 255 or 38.30% from 235); Green value is 26 (10.55% from 255 or 11.06% from 235); Blue value is 119 (46.88% from 255 or 50.64% from 235); Max value from RGB is 119 - color contains mainly: blue. Hex color #5A1A77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A1A77 is #A5E588. Grayscale: #373737. Windows color (decimal): -10872201 or 7805530. OLE color: 7805530.

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

Color convert

RGB9026119-
CMYK0.240.7800.53
HSL281.29º64.14%28.43%-
HSV(B)281.29º78.15%46.67%-
XYZ7.924.2417.85-
YUV55.74163.7152.44-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 38.30%
GREEN value IS 26 (10.55% from 255) = 11.06%
BLUE value IS 119 (46.88% from 255) = 50.64%
R=38.30%
G=11.06%
B=50.64%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal90261190.240.7800.53281.2964.1428.43
Hex5A1A77184E035119401c
Octal132321673011606543110034
Binary10110101101011101111100010011100110101100011001100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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