#5F378F

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

Shades of Daisy Bush #5F378F

Tints of Daisy Bush #5F378F

Color information

#5F378F (or 0x5F378F) is unknown color: approx Daisy Bush. HEX triplet: 5F, 37 and 8F. RGB value is (95,55,143). Sum of RGB (Red+Green+Blue) = 95+55+143=293 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.42% from 293); Green value is 55 (21.88% from 255 or 18.77% from 293); Blue value is 143 (56.25% from 255 or 48.81% from 293); Max value from RGB is 143 - color contains mainly: blue. Hex color #5F378F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F378F is #A0C870. Grayscale: #4C4C4C. Windows color (decimal): -10537073 or 9385823. OLE color: 9385823.

HSL color Cylindrical-coordinate representation of color #5F378F: hue angle of 267.27º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5F378F is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9555143-
CMYK0.340.6200.44
HSL267.27º44.44%38.82%-
HSV(B)267.27º61.54%56.08%-
XYZ11.047.1526.78-
YUV76.99165.25140.84-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 32.42%
GREEN value IS 55 (21.88% from 255) = 18.77%
BLUE value IS 143 (56.25% from 255) = 48.81%
R=32.42%
G=18.77%
B=48.81%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal95551430.340.6200.44267.2744.4438.82
Hex5F378F223E02C10b2c27
Octal1376721742760544135447
Binary1011111110111100011111000101111100101100100001011101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F378F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,55,143); }

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

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

 a { background-color: rgb(95,55,143); }

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

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

 span { border-color: rgb(95,55,143); }

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