#58347C

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

Shades of Kingfisher Daisy #58347C

Tints of Kingfisher Daisy #58347C

Color information

#58347C (or 0x58347C) is unknown color: approx Kingfisher Daisy. HEX triplet: 58, 34 and 7C. RGB value is (88,52,124). Sum of RGB (Red+Green+Blue) = 88+52+124=264 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.33% from 264); Green value is 52 (20.70% from 255 or 19.70% from 264); Blue value is 124 (48.83% from 255 or 46.97% from 264); Max value from RGB is 124 - color contains mainly: blue. Hex color #58347C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58347C is #A7CB83. Grayscale: #464646. Windows color (decimal): -10996612 or 8139864. OLE color: 8139864.

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

Color convert

RGB8852124-
CMYK0.290.5800.51
HSL270º40.91%34.51%-
HSV(B)270º58.06%48.63%-
XYZ8.895.9919.76-
YUV70.97157.93140.15-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.33%
GREEN value IS 52 (20.70% from 255) = 19.70%
BLUE value IS 124 (48.83% from 255) = 46.97%
R=33.33%
G=19.70%
B=46.97%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal88521240.290.5800.5127040.9134.51
Hex58347C1D3A03310e2923
Octal1306417435720634165143
Binary10110001101001111100111011110100110011100001110101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58347C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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