#581F96

Color #581F96 Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #581F96

Tints of Kingfisher Daisy #581F96

Color information

#581F96 (or 0x581F96) is unknown color: approx Kingfisher Daisy. HEX triplet: 58, 1F and 96. RGB value is (88,31,150). Sum of RGB (Red+Green+Blue) = 88+31+150=269 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.71% from 269); Green value is 31 (12.5% from 255 or 11.52% from 269); Blue value is 150 (58.98% from 255 or 55.76% from 269); Max value from RGB is 150 - color contains mainly: blue. Hex color #581F96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #581F96 is #A7E069. Grayscale: #3D3D3D. Windows color (decimal): -11001962 or 9838424. OLE color: 9838424.

HSL color Cylindrical-coordinate representation of color #581F96: hue angle of 268.74º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #581F96 is Cyan = 0.41, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB8831150-
CMYK0.410.7900.41
HSL268.74º65.75%35.49%-
HSV(B)268.74º79.33%58.82%-
XYZ10.025.2629.34-
YUV61.61177.88146.82-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.71%
GREEN value IS 31 (12.5% from 255) = 11.52%
BLUE value IS 150 (58.98% from 255) = 55.76%
R=32.71%
G=11.52%
B=55.76%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal88311500.410.7900.41268.7465.7535.49
Hex581F96294F02910d4223
Octal130372265111705141510243
Binary10110001111110010110101001100111101010011000011011000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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