#58258F

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

Shades of Kingfisher Daisy #58258F

Tints of Kingfisher Daisy #58258F

Color information

#58258F (or 0x58258F) is unknown color: approx Kingfisher Daisy. HEX triplet: 58, 25 and 8F. RGB value is (88,37,143). Sum of RGB (Red+Green+Blue) = 88+37+143=268 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.84% from 268); Green value is 37 (14.84% from 255 or 13.81% from 268); Blue value is 143 (56.25% from 255 or 53.36% from 268); Max value from RGB is 143 - color contains mainly: blue. Hex color #58258F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58258F is #A7DA70. Grayscale: #3F3F3F. Windows color (decimal): -11000433 or 9381208. OLE color: 9381208.

HSL color Cylindrical-coordinate representation of color #58258F: hue angle of 268.87º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #58258F is Cyan = 0.38, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8837143-
CMYK0.380.7400.44
HSL268.87º58.89%35.29%-
HSV(B)268.87º74.13%56.08%-
XYZ9.645.3826.52-
YUV64.33172.4144.88-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.84%
GREEN value IS 37 (14.84% from 255) = 13.81%
BLUE value IS 143 (56.25% from 255) = 53.36%
R=32.84%
G=13.81%
B=53.36%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal88371430.380.7400.44268.8758.8935.29
Hex58258F264A02C10d3b23
Octal13045217461120544157343
Binary10110001001011000111110011010010100101100100001101111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58258F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58258F; }

 p { color: rgb(88,37,143); }

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

<style>
 a { background-color: #58258F; }

 a { background-color: rgb(88,37,143); }

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

<style>
 span { border-color: #58258F; }

 span { border-color: rgb(88,37,143); }

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