#58247C

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

Shades of Kingfisher Daisy #58247C

Tints of Kingfisher Daisy #58247C

Color information

#58247C (or 0x58247C) is unknown color: approx Kingfisher Daisy. HEX triplet: 58, 24 and 7C. RGB value is (88,36,124). Sum of RGB (Red+Green+Blue) = 88+36+124=248 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.48% from 248); Green value is 36 (14.45% from 255 or 14.52% from 248); Blue value is 124 (48.83% from 255 or 50% from 248); Max value from RGB is 124 - color contains mainly: blue. Hex color #58247C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58247C is #A7DB83. Grayscale: #3D3D3D. Windows color (decimal): -11000708 or 8135768. OLE color: 8135768.

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

Color convert

RGB8836124-
CMYK0.290.7100.51
HSL275.45º55%31.37%-
HSV(B)275.45º70.97%48.63%-
XYZ8.294.7919.56-
YUV61.58163.23146.84-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.48%
GREEN value IS 36 (14.45% from 255) = 14.52%
BLUE value IS 124 (48.83% from 255) = 50%
R=35.48%
G=14.52%
B=50%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal88361240.290.7100.51275.455531.37
Hex58247C1D47033113371f
Octal13044174351070634236737
Binary10110001001001111100111011000111011001110001001111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58247C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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