#58318C

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

Shades of Kingfisher Daisy #58318C

Tints of Kingfisher Daisy #58318C

Color information

#58318C (or 0x58318C) is unknown color: approx Kingfisher Daisy. HEX triplet: 58, 31 and 8C. RGB value is (88,49,140). Sum of RGB (Red+Green+Blue) = 88+49+140=277 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.77% from 277); Green value is 49 (19.53% from 255 or 17.69% from 277); Blue value is 140 (55.08% from 255 or 50.54% from 277); Max value from RGB is 140 - color contains mainly: blue. Hex color #58318C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58318C is #A7CE73. Grayscale: #464646. Windows color (decimal): -10997364 or 9187672. OLE color: 9187672.

HSL color Cylindrical-coordinate representation of color #58318C: hue angle of 265.71º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58318C is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8849140-
CMYK0.370.6500.45
HSL265.71º48.15%37.06%-
HSV(B)265.71º65%54.9%-
XYZ9.866.1625.48-
YUV71.04166.92140.1-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.77%
GREEN value IS 49 (19.53% from 255) = 17.69%
BLUE value IS 140 (55.08% from 255) = 50.54%
R=31.77%
G=17.69%
B=50.54%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal88491400.370.6500.45265.7148.1537.06
Hex58318C254102D10a3025
Octal13061214451010554126045
Binary10110001100011000110010010110000010101101100001010110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58318C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,49,140); }

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

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

 a { background-color: rgb(88,49,140); }

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

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

 span { border-color: rgb(88,49,140); }

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