#581A78

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

Shades of Blue Diamond #581A78

Tints of Blue Diamond #581A78

Color information

#581A78 (or 0x581A78) is unknown color: approx Blue Diamond. HEX triplet: 58, 1A and 78. RGB value is (88,26,120). Sum of RGB (Red+Green+Blue) = 88+26+120=234 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.61% from 234); Green value is 26 (10.55% from 255 or 11.11% from 234); Blue value is 120 (47.27% from 255 or 51.28% from 234); Max value from RGB is 120 - color contains mainly: blue. Hex color #581A78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581A78 is #A7E587. Grayscale: #363636. Windows color (decimal): -11003272 or 7871064. OLE color: 7871064.

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

Color convert

RGB8826120-
CMYK0.270.7800.53
HSL279.57º64.38%28.63%-
HSV(B)279.57º78.33%47.06%-
XYZ7.784.1718.16-
YUV55.25164.54151.36-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.61%
GREEN value IS 26 (10.55% from 255) = 11.11%
BLUE value IS 120 (47.27% from 255) = 51.28%
R=37.61%
G=11.11%
B=51.28%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal88261200.270.7800.53279.5764.3828.63
Hex581A781B4E035118401d
Octal130321703311606543010035
Binary10110001101011110001101110011100110101100011000100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581A78; }

 p { color: rgb(88,26,120); }

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

<style>
 a { background-color: #581A78; }

 a { background-color: rgb(88,26,120); }

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

<style>
 span { border-color: #581A78; }

 span { border-color: rgb(88,26,120); }

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