#58217C

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

Shades of Kingfisher Daisy #58217C

Tints of Kingfisher Daisy #58217C

Color information

#58217C (or 0x58217C) is unknown color: approx Kingfisher Daisy. HEX triplet: 58, 21 and 7C. RGB value is (88,33,124). Sum of RGB (Red+Green+Blue) = 88+33+124=245 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.92% from 245); Green value is 33 (13.28% from 255 or 13.47% from 245); Blue value is 124 (48.83% from 255 or 50.61% from 245); Max value from RGB is 124 - color contains mainly: blue. Hex color #58217C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58217C is #A7DE83. Grayscale: #3B3B3B. Windows color (decimal): -11001476 or 8135000. OLE color: 8135000.

HSL color Cylindrical-coordinate representation of color #58217C: hue angle of 276.26º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #58217C is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8833124-
CMYK0.290.7300.51
HSL276.26º57.96%30.78%-
HSV(B)276.26º73.39%48.63%-
XYZ8.214.6219.53-
YUV59.82164.22148.1-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.92%
GREEN value IS 33 (13.28% from 255) = 13.47%
BLUE value IS 124 (48.83% from 255) = 50.61%
R=35.92%
G=13.47%
B=50.61%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal88331240.290.7300.51276.2657.9630.78
Hex58217C1D490331143a1f
Octal13041174351110634247237
Binary10110001000011111100111011001001011001110001010011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58217C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,33,124); }

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

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

 a { background-color: rgb(88,33,124); }

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

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

 span { border-color: rgb(88,33,124); }

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