#58328B

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

Shades of Kingfisher Daisy #58328B

Tints of Kingfisher Daisy #58328B

Color information

#58328B (or 0x58328B) is unknown color: approx Kingfisher Daisy. HEX triplet: 58, 32 and 8B. RGB value is (88,50,139). Sum of RGB (Red+Green+Blue) = 88+50+139=277 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.77% from 277); Green value is 50 (19.92% from 255 or 18.05% from 277); Blue value is 139 (54.69% from 255 or 50.18% from 277); Max value from RGB is 139 - color contains mainly: blue. Hex color #58328B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58328B is #A7CD74. Grayscale: #474747. Windows color (decimal): -10997109 or 9122392. OLE color: 9122392.

HSL color Cylindrical-coordinate representation of color #58328B: hue angle of 265.62º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #58328B is Cyan = 0.37, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8850139-
CMYK0.370.6400.45
HSL265.62º47.09%37.06%-
HSV(B)265.62º64.03%54.51%-
XYZ9.836.2225.11-
YUV71.51166.09139.76-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.77%
GREEN value IS 50 (19.92% from 255) = 18.05%
BLUE value IS 139 (54.69% from 255) = 50.18%
R=31.77%
G=18.05%
B=50.18%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal88501390.370.6400.45265.6247.0937.06
Hex58328B254002D10a2f25
Octal13062213451000554125745
Binary10110001100101000101110010110000000101101100001010101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58328B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58328B; }

 p { color: rgb(88,50,139); }

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

<style>
 a { background-color: #58328B; }

 a { background-color: rgb(88,50,139); }

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

<style>
 span { border-color: #58328B; }

 span { border-color: rgb(88,50,139); }

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