Html Css Color HEX #5F409D Daisy Bush

📋 copy color: '#5F409D'

red 95 ◦ green 64 ◦ blue 157

#5F409D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Daisy Bush #5F409D

Tints of Daisy Bush #5F409D

RGB

 RED value IS 95 (37.5% from 255) = 30.06%

 GREEN value IS 64 (25.39% from 255) = 20.25%

 BLUE value IS 157 (61.72% from 255) = 49.68%

R = 30.06%
G = 20.25%
B = 49.68%

CMYK

 C value IS 0.39

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5F409D (or 0x5F409D) is known color: Daisy Bush. HEX triplet: 5F, 40 and 9D. RGB value is (95,64,157). Sum of RGB (Red+Green+Blue) = 95+64+157=316 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.06% from 316); Green value is 64 (25.39% from 255 or 20.25% from 316); Blue value is 157 (61.72% from 255 or 49.68% from 316); Max value from RGB is 157 - color contains mainly: blue. Hex color #5F409D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F409D is #A0BF62. Grayscale: #535353. Windows color (decimal): -10534755 or 10305631. OLE color: 10305631.

HSL color Cylindrical-coordinate representation of color #5F409D: hue angle of 260º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5F409D is Cyan = 0.39, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 95 64 157 -
CMYK 0.39 0.59 0 0.38
HSL 260º 0.42% 0.43% -
HSV(B) 260º 0.59% 0.62% -
XYZ 12.64 8.53 32.88 -
YUV 83.87 169.27 135.94 -
System Red Green Blue C M Y K H S L
Decimal 95 64 157 0.39 0.59 0 0.38 260 0.42 0.43
Hex 5F 40 9D 27 3B 0 26 104 2A 2B
Octal 137 100 235 47 73 0 46 404 52 53
Binary 1011111 1000000 10011101 100111 111011 0 100110 100000100 101010 101011

Color Harmonies of #5F409D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F409D

Black with #5F409D

Text Example


Text Example

White with #5F409D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,64,157); }

 H1.HeaderClassName
 {
   color: #5F409D;
 }
 .AnyTagClassName
 {
   color: #5F409D;
 }
</style>

background-color css

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

 a { background-color: rgb(95,64,157); }

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

border-color css

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

 span { border-color: rgb(95,64,157); }

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