Html Css Color HEX #5F4C9D Daisy Bush

📋 copy color: '#5F4C9D'

red 95 ◦ green 76 ◦ blue 157

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

Shades of Daisy Bush #5F4C9D

Tints of Daisy Bush #5F4C9D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.17%

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

R = 28.96%
G = 23.17%
B = 47.87%

CMYK

 C value IS 0.39

 M value IS 0.52

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5F4C9D (or 0x5F4C9D) is known color: Daisy Bush. HEX triplet: 5F, 4C and 9D. RGB value is (95,76,157). Sum of RGB (Red+Green+Blue) = 95+76+157=328 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.96% from 328); Green value is 76 (30.08% from 255 or 23.17% from 328); Blue value is 157 (61.72% from 255 or 47.87% from 328); Max value from RGB is 157 - color contains mainly: blue. Hex color #5F4C9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F4C9D is #A0B362. Grayscale: #5A5A5A. Windows color (decimal): -10531683 or 10308703. OLE color: 10308703.

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

Color convert

RGB 95 76 157 -
CMYK 0.39 0.52 0 0.38
HSL 254.07º 0.35% 0.46% -
HSV(B) 254.07º 0.52% 0.62% -
XYZ 13.39 10.04 33.13 -
YUV 90.92 165.29 130.91 -
System Red Green Blue C M Y K H S L
Decimal 95 76 157 0.39 0.52 0 0.38 254.07 0.35 0.46
Hex 5F 4C 9D 27 34 0 26 FE 23 2E
Octal 137 114 235 47 64 0 46 376 43 56
Binary 1011111 1001100 10011101 100111 110100 0 100110 11111110 100011 101110

Color Harmonies of #5F4C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F4C9D

Black with #5F4C9D

Text Example


Text Example

White with #5F4C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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