#58337C

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

Shades of Kingfisher Daisy #58337C

Tints of Kingfisher Daisy #58337C

Color information

#58337C (or 0x58337C) is unknown color: approx Kingfisher Daisy. HEX triplet: 58, 33 and 7C. RGB value is (88,51,124). Sum of RGB (Red+Green+Blue) = 88+51+124=263 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.46% from 263); Green value is 51 (20.31% from 255 or 19.39% from 263); Blue value is 124 (48.83% from 255 or 47.15% from 263); Max value from RGB is 124 - color contains mainly: blue. Hex color #58337C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58337C is #A7CC83. Grayscale: #464646. Windows color (decimal): -10996868 or 8139608. OLE color: 8139608.

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

Color convert

RGB8851124-
CMYK0.290.5900.51
HSL270.41º41.71%34.31%-
HSV(B)270.41º58.87%48.63%-
XYZ8.855.919.74-
YUV70.38158.26140.56-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.46%
GREEN value IS 51 (20.31% from 255) = 19.39%
BLUE value IS 124 (48.83% from 255) = 47.15%
R=33.46%
G=19.39%
B=47.15%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal88511240.290.5900.51270.4141.7134.31
Hex58337C1D3B03310e2a22
Octal1306317435730634165242
Binary10110001100111111100111011110110110011100001110101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58337C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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