#58237C

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

Shades of Kingfisher Daisy #58237C

Tints of Kingfisher Daisy #58237C

Color information

#58237C (or 0x58237C) is unknown color: approx Kingfisher Daisy. HEX triplet: 58, 23 and 7C. RGB value is (88,35,124). Sum of RGB (Red+Green+Blue) = 88+35+124=247 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.63% from 247); Green value is 35 (14.06% from 255 or 14.17% from 247); Blue value is 124 (48.83% from 255 or 50.20% from 247); Max value from RGB is 124 - color contains mainly: blue. Hex color #58237C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58237C is #A7DC83. Grayscale: #3C3C3C. Windows color (decimal): -11000964 or 8135512. OLE color: 8135512.

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

Color convert

RGB8835124-
CMYK0.290.7200.51
HSL275.73º55.97%31.18%-
HSV(B)275.73º71.77%48.63%-
XYZ8.264.7319.55-
YUV60.99163.56147.26-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.63%
GREEN value IS 35 (14.06% from 255) = 14.17%
BLUE value IS 124 (48.83% from 255) = 50.20%
R=35.63%
G=14.17%
B=50.20%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal88351240.290.7200.51275.7355.9731.18
Hex58237C1D48033114381f
Octal13043174351100634247037
Binary10110001000111111100111011001000011001110001010011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58237C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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