Html Css Color HEX #5F499B Daisy Bush

📋 copy color: '#5F499B'

red 95 ◦ green 73 ◦ blue 155

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

Shades of Daisy Bush #5F499B

Tints of Daisy Bush #5F499B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 47.99%

R = 29.41%
G = 22.6%
B = 47.99%

CMYK

 C value IS 0.39

 M value IS 0.53

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5F499B (or 0x5F499B) is known color: Daisy Bush. HEX triplet: 5F, 49 and 9B. RGB value is (95,73,155). Sum of RGB (Red+Green+Blue) = 95+73+155=323 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.41% from 323); Green value is 73 (28.91% from 255 or 22.60% from 323); Blue value is 155 (60.94% from 255 or 47.99% from 323); Max value from RGB is 155 - color contains mainly: blue. Hex color #5F499B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F499B is #A0B664. Grayscale: #585858. Windows color (decimal): -10532453 or 10176863. OLE color: 10176863.

HSL color Cylindrical-coordinate representation of color #5F499B: hue angle of 256.1º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5F499B is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 95 73 155 -
CMYK 0.39 0.53 0 0.39
HSL 256.1º 0.36% 0.45% -
HSV(B) 256.1º 0.53% 0.61% -
XYZ 13.02 9.56 32.17 -
YUV 88.93 165.29 132.33 -
System Red Green Blue C M Y K H S L
Decimal 95 73 155 0.39 0.53 0 0.39 256.1 0.36 0.45
Hex 5F 49 9B 27 35 0 27 100 24 2D
Octal 137 111 233 47 65 0 47 400 44 55
Binary 1011111 1001001 10011011 100111 110101 0 100111 100000000 100100 101101

Color Harmonies of #5F499B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F499B

Black with #5F499B

Text Example


Text Example

White with #5F499B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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