#5F388C

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

Shades of Daisy Bush #5F388C

Tints of Daisy Bush #5F388C

Color information

#5F388C (or 0x5F388C) is unknown color: approx Daisy Bush. HEX triplet: 5F, 38 and 8C. RGB value is (95,56,140). Sum of RGB (Red+Green+Blue) = 95+56+140=291 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.65% from 291); Green value is 56 (22.27% from 255 or 19.24% from 291); Blue value is 140 (55.08% from 255 or 48.11% from 291); Max value from RGB is 140 - color contains mainly: blue. Hex color #5F388C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F388C is #A0C773. Grayscale: #4C4C4C. Windows color (decimal): -10536820 or 9189471. OLE color: 9189471.

HSL color Cylindrical-coordinate representation of color #5F388C: hue angle of 267.86º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5F388C is Cyan = 0.32, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9556140-
CMYK0.320.600.45
HSL267.86º42.86%38.43%-
HSV(B)267.86º60%54.9%-
XYZ10.877.1525.62-
YUV77.24163.42140.67-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 32.65%
GREEN value IS 56 (22.27% from 255) = 19.24%
BLUE value IS 140 (55.08% from 255) = 48.11%
R=32.65%
G=19.24%
B=48.11%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal95561400.320.600.45267.8642.8638.43
Hex5F388C203C02D10c2b26
Octal1377021440740554145346
Binary1011111111000100011001000001111000101101100001100101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F388C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,56,140); }

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

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

 a { background-color: rgb(95,56,140); }

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

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

 span { border-color: rgb(95,56,140); }

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