Html Css Color HEX #5F378D Daisy Bush

📋 copy color: '#5F378D'

red 95 ◦ green 55 ◦ blue 141

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

Shades of Daisy Bush #5F378D

Tints of Daisy Bush #5F378D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.9%

 BLUE value IS 141 (55.47% from 255) = 48.45%

R = 32.65%
G = 18.9%
B = 48.45%

CMYK

 C value IS 0.33

 M value IS 0.61

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5F378D (or 0x5F378D) is known color: Daisy Bush. HEX triplet: 5F, 37 and 8D. RGB value is (95,55,141). Sum of RGB (Red+Green+Blue) = 95+55+141=291 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.65% from 291); Green value is 55 (21.88% from 255 or 18.90% from 291); Blue value is 141 (55.47% from 255 or 48.45% from 291); Max value from RGB is 141 - color contains mainly: blue. Hex color #5F378D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F378D is #A0C872. Grayscale: #4C4C4C. Windows color (decimal): -10537075 or 9254751. OLE color: 9254751.

HSL color Cylindrical-coordinate representation of color #5F378D: hue angle of 267.91º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5F378D is Cyan = 0.33, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 95 55 141 -
CMYK 0.33 0.61 0 0.45
HSL 267.91º 0.44% 0.38% -
HSV(B) 267.91º 0.61% 0.55% -
XYZ 10.89 7.09 25.99 -
YUV 76.76 164.25 141.01 -
System Red Green Blue C M Y K H S L
Decimal 95 55 141 0.33 0.61 0 0.45 267.91 0.44 0.38
Hex 5F 37 8D 21 3D 0 2D 10C 2C 26
Octal 137 67 215 41 75 0 55 414 54 46
Binary 1011111 110111 10001101 100001 111101 0 101101 100001100 101100 100110

Color Harmonies of #5F378D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F378D

Black with #5F378D

Text Example


Text Example

White with #5F378D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,55,141); }

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

background-color css

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

 a { background-color: rgb(95,55,141); }

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

border-color css

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

 span { border-color: rgb(95,55,141); }

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