#58358A

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

Shades of Kingfisher Daisy #58358A

Tints of Kingfisher Daisy #58358A

Color information

#58358A (or 0x58358A) is unknown color: approx Kingfisher Daisy. HEX triplet: 58, 35 and 8A. RGB value is (88,53,138). Sum of RGB (Red+Green+Blue) = 88+53+138=279 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.54% from 279); Green value is 53 (21.09% from 255 or 19.00% from 279); Blue value is 138 (54.30% from 255 or 49.46% from 279); Max value from RGB is 138 - color contains mainly: blue. Hex color #58358A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58358A is #A7CA75. Grayscale: #484848. Windows color (decimal): -10996342 or 9057624. OLE color: 9057624.

HSL color Cylindrical-coordinate representation of color #58358A: hue angle of 264.71º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #58358A is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8853138-
CMYK0.360.6200.46
HSL264.71º44.5%37.45%-
HSV(B)264.71º61.59%54.12%-
XYZ9.896.4624.77-
YUV73.16164.6138.59-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.54%
GREEN value IS 53 (21.09% from 255) = 19.00%
BLUE value IS 138 (54.30% from 255) = 49.46%
R=31.54%
G=19.00%
B=49.46%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal88531380.360.6200.46264.7144.537.45
Hex58358A243E02E1092d25
Octal1306521244760564115545
Binary1011000110101100010101001001111100101110100001001101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58358A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58358A; }

 p { color: rgb(88,53,138); }

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

<style>
 a { background-color: #58358A; }

 a { background-color: rgb(88,53,138); }

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

<style>
 span { border-color: #58358A; }

 span { border-color: rgb(88,53,138); }

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