#58338B

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

Shades of Kingfisher Daisy #58338B

Tints of Kingfisher Daisy #58338B

Color information

#58338B (or 0x58338B) is unknown color: approx Kingfisher Daisy. HEX triplet: 58, 33 and 8B. RGB value is (88,51,139). Sum of RGB (Red+Green+Blue) = 88+51+139=278 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.65% from 278); Green value is 51 (20.31% from 255 or 18.35% from 278); Blue value is 139 (54.69% from 255 or 50% from 278); Max value from RGB is 139 - color contains mainly: blue. Hex color #58338B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58338B is #A7CC74. Grayscale: #474747. Windows color (decimal): -10996853 or 9122648. OLE color: 9122648.

HSL color Cylindrical-coordinate representation of color #58338B: hue angle of 265.23º 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 #58338B is Cyan = 0.37, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8851139-
CMYK0.370.6300.45
HSL265.23º46.32%37.25%-
HSV(B)265.23º63.31%54.51%-
XYZ9.876.3125.12-
YUV72.1165.76139.34-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.65%
GREEN value IS 51 (20.31% from 255) = 18.35%
BLUE value IS 139 (54.69% from 255) = 50%
R=31.65%
G=18.35%
B=50%

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
Decimal88511390.370.6300.45265.2346.3237.25
Hex58338B253F02D1092e25
Octal1306321345770554115645
Binary1011000110011100010111001011111110101101100001001101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58338B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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