#581F77

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

Shades of Blue Diamond #581F77

Tints of Blue Diamond #581F77

Color information

#581F77 (or 0x581F77) is unknown color: approx Blue Diamond. HEX triplet: 58, 1F and 77. RGB value is (88,31,119). Sum of RGB (Red+Green+Blue) = 88+31+119=238 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.97% from 238); Green value is 31 (12.5% from 255 or 13.03% 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 #581F77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581F77 is #A7E088. Grayscale: #393939. Windows color (decimal): -11001993 or 7806808. OLE color: 7806808.

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

Color convert

RGB8831119-
CMYK0.260.7400.53
HSL278.86º58.67%29.41%-
HSV(B)278.86º73.95%46.67%-
XYZ7.844.3917.89-
YUV58.08162.38149.34-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.97%
GREEN value IS 31 (12.5% from 255) = 13.03%
BLUE value IS 119 (46.88% from 255) = 50%
R=36.97%
G=13.03%
B=50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal88311190.260.7400.53278.8658.6729.41
Hex581F771A4A0351173b1d
Octal13037167321120654277335
Binary1011000111111110111110101001010011010110001011111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,31,119); }

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

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

 a { background-color: rgb(88,31,119); }

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

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

 span { border-color: rgb(88,31,119); }

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