#5F4B9F

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

Shades of Daisy Bush #5F4B9F

Tints of Daisy Bush #5F4B9F

Color information

#5F4B9F (or 0x5F4B9F) is unknown color: approx Daisy Bush. HEX triplet: 5F, 4B and 9F. RGB value is (95,75,159). Sum of RGB (Red+Green+Blue) = 95+75+159=329 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.88% from 329); Green value is 75 (29.69% from 255 or 22.80% from 329); Blue value is 159 (62.5% from 255 or 48.33% from 329); Max value from RGB is 159 - color contains mainly: blue. Hex color #5F4B9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F4B9F is #A0B460. Grayscale: #5A5A5A. Windows color (decimal): -10531937 or 10439519. OLE color: 10439519.

HSL color Cylindrical-coordinate representation of color #5F4B9F: hue angle of 254.29º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5F4B9F is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9575159-
CMYK0.400.5300.38
HSL254.29º35.9%45.88%-
HSV(B)254.29º52.83%62.35%-
XYZ13.499.9734.01-
YUV90.56166.63131.17-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.88%
GREEN value IS 75 (29.69% from 255) = 22.80%
BLUE value IS 159 (62.5% from 255) = 48.33%
R=28.88%
G=22.80%
B=48.33%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal95751590.400.5300.38254.2935.945.88
Hex5F4B9F2835026fe242e
Octal13711323750650463764456
Binary1011111100101110011111101000110101010011011111110100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,75,159); }

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

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

 a { background-color: rgb(95,75,159); }

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

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

 span { border-color: rgb(95,75,159); }

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