#5842A7

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

Shades of Daisy Bush #5842A7

Tints of Daisy Bush #5842A7

Color information

#5842A7 (or 0x5842A7) is unknown color: approx Daisy Bush. HEX triplet: 58, 42 and A7. RGB value is (88,66,167). Sum of RGB (Red+Green+Blue) = 88+66+167=321 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.41% from 321); Green value is 66 (26.17% from 255 or 20.56% from 321); Blue value is 167 (65.62% from 255 or 52.02% from 321); Max value from RGB is 167 - color contains mainly: blue. Hex color #5842A7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5842A7 is #A7BD58. Grayscale: #535353. Windows color (decimal): -10992985 or 10961496. OLE color: 10961496.

HSL color Cylindrical-coordinate representation of color #5842A7: hue angle of 253.07º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5842A7 is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB8866167-
CMYK0.470.6000.35
HSL253.07º43.35%45.69%-
HSV(B)253.07º60.48%65.49%-
XYZ12.958.7637.57-
YUV84.09174.79130.79-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.41%
GREEN value IS 66 (26.17% from 255) = 20.56%
BLUE value IS 167 (65.62% from 255) = 52.02%
R=27.41%
G=20.56%
B=52.02%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal88661670.470.6000.35253.0743.3545.69
Hex5842A72F3C023fd2b2e
Octal13010224757740433755356
Binary1011000100001010100111101111111100010001111111101101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5842A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5842A7; }

 p { color: rgb(88,66,167); }

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

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

 a { background-color: rgb(88,66,167); }

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

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

 span { border-color: rgb(88,66,167); }

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