Html Css Color HEX #5F499D Daisy Bush

📋 copy color: '#5F499D'

red 95 ◦ green 73 ◦ blue 157

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

Shades of Daisy Bush #5F499D

Tints of Daisy Bush #5F499D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.46%

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

R = 29.23%
G = 22.46%
B = 48.31%

CMYK

 C value IS 0.39

 M value IS 0.54

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5F499D (or 0x5F499D) is known color: Daisy Bush. HEX triplet: 5F, 49 and 9D. RGB value is (95,73,157). Sum of RGB (Red+Green+Blue) = 95+73+157=325 (43% of max value = 765). Red value is 95 (37.5% from 255 or 29.23% from 325); Green value is 73 (28.91% from 255 or 22.46% from 325); Blue value is 157 (61.72% from 255 or 48.31% from 325); Max value from RGB is 157 - color contains mainly: blue. Hex color #5F499D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F499D is #A0B662. Grayscale: #585858. Windows color (decimal): -10532451 or 10307935. OLE color: 10307935.

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

Color convert

RGB 95 73 157 -
CMYK 0.39 0.54 0 0.38
HSL 255.71º 0.37% 0.45% -
HSV(B) 255.71º 0.54% 0.62% -
XYZ 13.19 9.63 33.06 -
YUV 89.15 166.29 132.17 -
System Red Green Blue C M Y K H S L
Decimal 95 73 157 0.39 0.54 0 0.38 255.71 0.37 0.45
Hex 5F 49 9D 27 36 0 26 100 25 2D
Octal 137 111 235 47 66 0 46 400 45 55
Binary 1011111 1001001 10011101 100111 110110 0 100110 100000000 100101 101101

Color Harmonies of #5F499D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F499D

Black with #5F499D

Text Example


Text Example

White with #5F499D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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