#58449E

Color #58449E Daisy Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Daisy Bush #58449E

Tints of Daisy Bush #58449E

Color information

#58449E (or 0x58449E) is unknown color: approx Daisy Bush. HEX triplet: 58, 44 and 9E. RGB value is (88,68,158). Sum of RGB (Red+Green+Blue) = 88+68+158=314 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.03% from 314); Green value is 68 (26.95% from 255 or 21.66% from 314); Blue value is 158 (62.11% from 255 or 50.32% from 314); Max value from RGB is 158 - color contains mainly: blue. Hex color #58449E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58449E is #A7BB61. Grayscale: #535353. Windows color (decimal): -10992482 or 10372184. OLE color: 10372184.

HSL color Cylindrical-coordinate representation of color #58449E: hue angle of 253.33º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58449E is Cyan = 0.44, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8868158-
CMYK0.440.5700.38
HSL253.33º39.82%44.31%-
HSV(B)253.33º56.96%61.96%-
XYZ12.268.6833.38-
YUV84.24169.63130.68-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.03%
GREEN value IS 68 (26.95% from 255) = 21.66%
BLUE value IS 158 (62.11% from 255) = 50.32%
R=28.03%
G=21.66%
B=50.32%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal88681580.440.5700.38253.3339.8244.31
Hex58449E2C39026fd282c
Octal13010423654710463755054
Binary1011000100010010011110101100111001010011011111101101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58449E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58449E; }

 p { color: rgb(88,68,158); }

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

<style>
 a { background-color: #58449E; }

 a { background-color: rgb(88,68,158); }

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

<style>
 span { border-color: #58449E; }

 span { border-color: rgb(88,68,158); }

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