#58269A

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

Shades of Daisy Bush #58269A

Tints of Daisy Bush #58269A

Color information

#58269A (or 0x58269A) is unknown color: approx Daisy Bush. HEX triplet: 58, 26 and 9A. RGB value is (88,38,154). Sum of RGB (Red+Green+Blue) = 88+38+154=280 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.43% from 280); Green value is 38 (15.23% from 255 or 13.57% from 280); Blue value is 154 (60.55% from 255 or 55% from 280); Max value from RGB is 154 - color contains mainly: blue. Hex color #58269A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58269A is #A7D965. Grayscale: #414141. Windows color (decimal): -11000166 or 10102360. OLE color: 10102360.

HSL color Cylindrical-coordinate representation of color #58269A: hue angle of 265.86º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #58269A is Cyan = 0.43, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8838154-
CMYK0.430.7500.40
HSL265.86º60.42%37.65%-
HSV(B)265.86º75.32%60.39%-
XYZ10.555.7931.13-
YUV66.17177.56143.57-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.43%
GREEN value IS 38 (15.23% from 255) = 13.57%
BLUE value IS 154 (60.55% from 255) = 55%
R=31.43%
G=13.57%
B=55%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal88381540.430.7500.40265.8660.4237.65
Hex58269A2B4B02810a3c26
Octal13046232531130504127446
Binary10110001001101001101010101110010110101000100001010111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58269A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58269A; }

 p { color: rgb(88,38,154); }

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

<style>
 a { background-color: #58269A; }

 a { background-color: rgb(88,38,154); }

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

<style>
 span { border-color: #58269A; }

 span { border-color: rgb(88,38,154); }

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