Html Css Color HEX #5F388D Daisy Bush

📋 copy color: '#5F388D'

red 95 ◦ green 56 ◦ blue 141

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

Shades of Daisy Bush #5F388D

Tints of Daisy Bush #5F388D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.18%

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

R = 32.53%
G = 19.18%
B = 48.29%

CMYK

 C value IS 0.33

 M value IS 0.60

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5F388D (or 0x5F388D) is known color: Daisy Bush. HEX triplet: 5F, 38 and 8D. RGB value is (95,56,141). Sum of RGB (Red+Green+Blue) = 95+56+141=292 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.53% from 292); Green value is 56 (22.27% from 255 or 19.18% from 292); Blue value is 141 (55.47% from 255 or 48.29% from 292); Max value from RGB is 141 - color contains mainly: blue. Hex color #5F388D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F388D is #A0C772. Grayscale: #4D4D4D. Windows color (decimal): -10536819 or 9255007. OLE color: 9255007.

HSL color Cylindrical-coordinate representation of color #5F388D: hue angle of 267.53º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5F388D is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 95 56 141 -
CMYK 0.33 0.60 0 0.45
HSL 267.53º 0.43% 0.39% -
HSV(B) 267.53º 0.6% 0.55% -
XYZ 10.94 7.18 26.01 -
YUV 77.35 163.92 140.59 -
System Red Green Blue C M Y K H S L
Decimal 95 56 141 0.33 0.60 0 0.45 267.53 0.43 0.39
Hex 5F 38 8D 21 3C 0 2D 10C 2B 27
Octal 137 70 215 41 74 0 55 414 53 47
Binary 1011111 111000 10001101 100001 111100 0 101101 100001100 101011 100111

Color Harmonies of #5F388D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F388D

Black with #5F388D

Text Example


Text Example

White with #5F388D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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