#5F4692

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

Shades of Daisy Bush #5F4692

Tints of Daisy Bush #5F4692

Color information

#5F4692 (or 0x5F4692) is unknown color: approx Daisy Bush. HEX triplet: 5F, 46 and 92. RGB value is (95,70,146). Sum of RGB (Red+Green+Blue) = 95+70+146=311 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.55% from 311); Green value is 70 (27.73% from 255 or 22.51% from 311); Blue value is 146 (57.42% from 255 or 46.95% from 311); Max value from RGB is 146 - color contains mainly: blue. Hex color #5F4692 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F4692 is #A0B96D. Grayscale: #555555. Windows color (decimal): -10533230 or 9586271. OLE color: 9586271.

HSL color Cylindrical-coordinate representation of color #5F4692: hue angle of 259.74º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5F4692 is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB9570146-
CMYK0.350.5200.43
HSL259.74º35.19%42.35%-
HSV(B)259.74º52.05%57.25%-
XYZ12.18.8928.27-
YUV86.14161.78134.32-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 30.55%
GREEN value IS 70 (27.73% from 255) = 22.51%
BLUE value IS 146 (57.42% from 255) = 46.95%
R=30.55%
G=22.51%
B=46.95%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal95701460.350.5200.43259.7435.1942.35
Hex5F4692233402B104232a
Octal13710622243640534044352
Binary10111111000110100100101000111101000101011100000100100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F4692; }

 p { color: rgb(95,70,146); }

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

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

 a { background-color: rgb(95,70,146); }

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

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

 span { border-color: rgb(95,70,146); }

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