#58288D

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

Shades of Kingfisher Daisy #58288D

Tints of Kingfisher Daisy #58288D

Color information

#58288D (or 0x58288D) is unknown color: approx Kingfisher Daisy. HEX triplet: 58, 28 and 8D. RGB value is (88,40,141). Sum of RGB (Red+Green+Blue) = 88+40+141=269 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.71% from 269); Green value is 40 (16.02% from 255 or 14.87% from 269); Blue value is 141 (55.47% from 255 or 52.42% from 269); Max value from RGB is 141 - color contains mainly: blue. Hex color #58288D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58288D is #A7D772. Grayscale: #414141. Windows color (decimal): -10999667 or 9250904. OLE color: 9250904.

HSL color Cylindrical-coordinate representation of color #58288D: hue angle of 268.51º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #58288D is Cyan = 0.38, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8840141-
CMYK0.380.7200.45
HSL268.51º55.8%35.49%-
HSV(B)268.51º71.63%55.29%-
XYZ9.595.5225.76-
YUV65.87170.4143.79-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.71%
GREEN value IS 40 (16.02% from 255) = 14.87%
BLUE value IS 141 (55.47% from 255) = 52.42%
R=32.71%
G=14.87%
B=52.42%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal88401410.380.7200.45268.5155.835.49
Hex58288D264802D10d3823
Octal13050215461100554157043
Binary10110001010001000110110011010010000101101100001101111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58288D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58288D; }

 p { color: rgb(88,40,141); }

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

<style>
 a { background-color: #58288D; }

 a { background-color: rgb(88,40,141); }

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

<style>
 span { border-color: #58288D; }

 span { border-color: rgb(88,40,141); }

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