Html Css Color HEX #5F388C Daisy Bush

📋 copy color: '#5F388C'

red 95 ◦ green 56 ◦ blue 140

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

Shades of Daisy Bush #5F388C

Tints of Daisy Bush #5F388C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 48.11%

R = 32.65%
G = 19.24%
B = 48.11%

CMYK

 C value IS 0.32

 M value IS 0.6

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5F388C (or 0x5F388C) is known color: Daisy Bush. HEX triplet: 5F, 38 and 8C. RGB value is (95,56,140). Sum of RGB (Red+Green+Blue) = 95+56+140=291 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.65% from 291); Green value is 56 (22.27% from 255 or 19.24% from 291); Blue value is 140 (55.08% from 255 or 48.11% from 291); Max value from RGB is 140 - color contains mainly: blue. Hex color #5F388C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F388C is #A0C773. Grayscale: #4C4C4C. Windows color (decimal): -10536820 or 9189471. OLE color: 9189471.

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

Color convert

RGB 95 56 140 -
CMYK 0.32 0.6 0 0.45
HSL 267.86º 0.43% 0.38% -
HSV(B) 267.86º 0.6% 0.55% -
XYZ 10.87 7.15 25.62 -
YUV 77.24 163.42 140.67 -
System Red Green Blue C M Y K H S L
Decimal 95 56 140 0.32 0.6 0 0.45 267.86 0.43 0.38
Hex 5F 38 8C 20 3C 0 2D 10C 2B 26
Octal 137 70 214 40 74 0 55 414 53 46
Binary 1011111 111000 10001100 100000 111100 0 101101 100001100 101011 100110

Color Harmonies of #5F388C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F388C

Black with #5F388C

Text Example


Text Example

White with #5F388C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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