#58288B

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

Shades of Kingfisher Daisy #58288B

Tints of Kingfisher Daisy #58288B

Color information

#58288B (or 0x58288B) is unknown color: approx Kingfisher Daisy. HEX triplet: 58, 28 and 8B. RGB value is (88,40,139). Sum of RGB (Red+Green+Blue) = 88+40+139=267 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.96% from 267); Green value is 40 (16.02% from 255 or 14.98% from 267); Blue value is 139 (54.69% from 255 or 52.06% from 267); Max value from RGB is 139 - color contains mainly: blue. Hex color #58288B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58288B is #A7D774. Grayscale: #414141. Windows color (decimal): -10999669 or 9119832. OLE color: 9119832.

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

Color convert

RGB8840139-
CMYK0.370.7100.45
HSL269.09º55.31%35.1%-
HSV(B)269.09º71.22%54.51%-
XYZ9.445.4624.98-
YUV65.64169.4143.95-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.96%
GREEN value IS 40 (16.02% from 255) = 14.98%
BLUE value IS 139 (54.69% from 255) = 52.06%
R=32.96%
G=14.98%
B=52.06%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal88401390.370.7100.45269.0955.3135.1
Hex58288B254702D10d3723
Octal13050213451070554156743
Binary10110001010001000101110010110001110101101100001101110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58288B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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