Html Css Color HEX #5F4B99 Daisy Bush

📋 copy color: '#5F4B99'

red 95 ◦ green 75 ◦ blue 153

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

Shades of Daisy Bush #5F4B99

Tints of Daisy Bush #5F4B99

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.22%

 BLUE value IS 153 (60.16% from 255) = 47.37%

R = 29.41%
G = 23.22%
B = 47.37%

CMYK

 C value IS 0.38

 M value IS 0.51

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#5F4B99 (or 0x5F4B99) is known color: Daisy Bush. HEX triplet: 5F, 4B and 99. RGB value is (95,75,153). Sum of RGB (Red+Green+Blue) = 95+75+153=323 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.41% from 323); Green value is 75 (29.69% from 255 or 23.22% from 323); Blue value is 153 (60.16% from 255 or 47.37% from 323); Max value from RGB is 153 - color contains mainly: blue. Hex color #5F4B99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F4B99 is #A0B466. Grayscale: #595959. Windows color (decimal): -10531943 or 10046303. OLE color: 10046303.

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

Color convert

RGB 95 75 153 -
CMYK 0.38 0.51 0 0.4
HSL 255.38º 0.34% 0.45% -
HSV(B) 255.38º 0.51% 0.6% -
XYZ 12.99 9.76 31.34 -
YUV 89.87 163.63 131.66 -
System Red Green Blue C M Y K H S L
Decimal 95 75 153 0.38 0.51 0 0.4 255.38 0.34 0.45
Hex 5F 4B 99 26 33 0 28 FF 22 2D
Octal 137 113 231 46 63 0 50 377 42 55
Binary 1011111 1001011 10011001 100110 110011 0 101000 11111111 100010 101101

Color Harmonies of #5F4B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F4B99

Black with #5F4B99

Text Example


Text Example

White with #5F4B99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,75,153); }

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

background-color css

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

 a { background-color: rgb(95,75,153); }

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

border-color css

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

 span { border-color: rgb(95,75,153); }

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