#58348B

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

Shades of Kingfisher Daisy #58348B

Tints of Kingfisher Daisy #58348B

Color information

#58348B (or 0x58348B) is unknown color: approx Kingfisher Daisy. HEX triplet: 58, 34 and 8B. RGB value is (88,52,139). Sum of RGB (Red+Green+Blue) = 88+52+139=279 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.54% from 279); Green value is 52 (20.70% from 255 or 18.64% from 279); Blue value is 139 (54.69% from 255 or 49.82% from 279); Max value from RGB is 139 - color contains mainly: blue. Hex color #58348B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58348B is #A7CB74. Grayscale: #484848. Windows color (decimal): -10996597 or 9122904. OLE color: 9122904.

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

Color convert

RGB8852139-
CMYK0.370.6300.45
HSL264.83º45.55%37.45%-
HSV(B)264.83º62.59%54.51%-
XYZ9.916.3925.14-
YUV72.68165.43138.93-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.54%
GREEN value IS 52 (20.70% from 255) = 18.64%
BLUE value IS 139 (54.69% from 255) = 49.82%
R=31.54%
G=18.64%
B=49.82%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal88521390.370.6300.45264.8345.5537.45
Hex58348B253F02D1092e25
Octal1306421345770554115645
Binary1011000110100100010111001011111110101101100001001101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58348B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58348B; }

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

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

<style>
 a { background-color: #58348B; }

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

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

<style>
 span { border-color: #58348B; }

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

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