#583398

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

Shades of Daisy Bush #583398

Tints of Daisy Bush #583398

Color information

#583398 (or 0x583398) is unknown color: approx Daisy Bush. HEX triplet: 58, 33 and 98. RGB value is (88,51,152). Sum of RGB (Red+Green+Blue) = 88+51+152=291 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.24% from 291); Green value is 51 (20.31% from 255 or 17.53% from 291); Blue value is 152 (59.77% from 255 or 52.23% from 291); Max value from RGB is 152 - color contains mainly: blue. Hex color #583398 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #583398 is #A7CC67. Grayscale: #494949. Windows color (decimal): -10996840 or 9974616. OLE color: 9974616.

HSL color Cylindrical-coordinate representation of color #583398: hue angle of 261.98º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #583398 is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8851152-
CMYK0.420.6600.40
HSL261.98º49.75%39.8%-
HSV(B)261.98º66.45%59.61%-
XYZ10.886.7130.43-
YUV73.58172.26138.29-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.24%
GREEN value IS 51 (20.31% from 255) = 17.53%
BLUE value IS 152 (59.77% from 255) = 52.23%
R=30.24%
G=17.53%
B=52.23%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal88511520.420.6600.40261.9849.7539.8
Hex5833982A420281063228
Octal13063230521020504066250
Binary10110001100111001100010101010000100101000100000110110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583398; }

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

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

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

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

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

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

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

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