#58367C

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

Shades of Kingfisher Daisy #58367C

Tints of Kingfisher Daisy #58367C

Color information

#58367C (or 0x58367C) is unknown color: approx Kingfisher Daisy. HEX triplet: 58, 36 and 7C. RGB value is (88,54,124). Sum of RGB (Red+Green+Blue) = 88+54+124=266 (35% of max value = 765). Red value is 88 (34.77% from 255 or 33.08% from 266); Green value is 54 (21.48% from 255 or 20.30% from 266); Blue value is 124 (48.83% from 255 or 46.62% from 266); Max value from RGB is 124 - color contains mainly: blue. Hex color #58367C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58367C is #A7C983. Grayscale: #474747. Windows color (decimal): -10996100 or 8140376. OLE color: 8140376.

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

Color convert

RGB8854124-
CMYK0.290.5600.51
HSL269.14º39.33%34.9%-
HSV(B)269.14º56.45%48.63%-
XYZ8.986.1719.79-
YUV72.15157.26139.31-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.08%
GREEN value IS 54 (21.48% from 255) = 20.30%
BLUE value IS 124 (48.83% from 255) = 46.62%
R=33.08%
G=20.30%
B=46.62%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal88541240.290.5600.51269.1439.3334.9
Hex58367C1D3803310d2723
Octal1306617435700634154743
Binary10110001101101111100111011110000110011100001101100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58367C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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