#58298C

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

Shades of Kingfisher Daisy #58298C

Tints of Kingfisher Daisy #58298C

Color information

#58298C (or 0x58298C) is unknown color: approx Kingfisher Daisy. HEX triplet: 58, 29 and 8C. RGB value is (88,41,140). Sum of RGB (Red+Green+Blue) = 88+41+140=269 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.71% from 269); Green value is 41 (16.41% from 255 or 15.24% from 269); Blue value is 140 (55.08% from 255 or 52.04% from 269); Max value from RGB is 140 - color contains mainly: blue. Hex color #58298C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58298C is #A7D673. Grayscale: #414141. Windows color (decimal): -10999412 or 9185624. OLE color: 9185624.

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

Color convert

RGB8841140-
CMYK0.370.7100.45
HSL268.48º54.7%35.49%-
HSV(B)268.48º70.71%54.9%-
XYZ9.555.5525.38-
YUV66.34169.57143.45-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.71%
GREEN value IS 41 (16.41% from 255) = 15.24%
BLUE value IS 140 (55.08% from 255) = 52.04%
R=32.71%
G=15.24%
B=52.04%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal88411400.370.7100.45268.4854.735.49
Hex58298C254702D10c3723
Octal13051214451070554146743
Binary10110001010011000110010010110001110101101100001100110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58298C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58298C; }

 p { color: rgb(88,41,140); }

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

<style>
 a { background-color: #58298C; }

 a { background-color: rgb(88,41,140); }

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

<style>
 span { border-color: #58298C; }

 span { border-color: rgb(88,41,140); }

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