#581C75

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

Shades of Blue Diamond #581C75

Tints of Blue Diamond #581C75

Color information

#581C75 (or 0x581C75) is unknown color: approx Blue Diamond. HEX triplet: 58, 1C and 75. RGB value is (88,28,117). Sum of RGB (Red+Green+Blue) = 88+28+117=233 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.77% from 233); Green value is 28 (11.33% from 255 or 12.02% from 233); Blue value is 117 (46.09% from 255 or 50.21% from 233); Max value from RGB is 117 - color contains mainly: blue. Hex color #581C75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581C75 is #A7E38A. Grayscale: #373737. Windows color (decimal): -11002763 or 7674968. OLE color: 7674968.

HSL color Cylindrical-coordinate representation of color #581C75: hue angle of 280.45º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #581C75 is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8828117-
CMYK0.250.7600.54
HSL280.45º61.38%28.43%-
HSV(B)280.45º76.07%45.88%-
XYZ7.654.1917.24-
YUV56.09162.38150.76-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.77%
GREEN value IS 28 (11.33% from 255) = 12.02%
BLUE value IS 117 (46.09% from 255) = 50.21%
R=37.77%
G=12.02%
B=50.21%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal88281170.250.7600.54280.4561.3828.43
Hex581C75194C0361183d1c
Octal13034165311140664307534
Binary1011000111001110101110011001100011011010001100011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,28,117); }

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

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

 a { background-color: rgb(88,28,117); }

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

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

 span { border-color: rgb(88,28,117); }

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