Html Css Color HEX #5F398C Daisy Bush

📋 copy color: '#5F398C'

red 95 ◦ green 57 ◦ blue 140

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

Shades of Daisy Bush #5F398C

Tints of Daisy Bush #5F398C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.52%

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

R = 32.53%
G = 19.52%
B = 47.95%

CMYK

 C value IS 0.32

 M value IS 0.59

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5F398C (or 0x5F398C) is known color: Daisy Bush. HEX triplet: 5F, 39 and 8C. RGB value is (95,57,140). Sum of RGB (Red+Green+Blue) = 95+57+140=292 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.53% from 292); Green value is 57 (22.66% from 255 or 19.52% from 292); Blue value is 140 (55.08% from 255 or 47.95% from 292); Max value from RGB is 140 - color contains mainly: blue. Hex color #5F398C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F398C is #A0C673. Grayscale: #4D4D4D. Windows color (decimal): -10536564 or 9189727. OLE color: 9189727.

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

Color convert

RGB 95 57 140 -
CMYK 0.32 0.59 0 0.45
HSL 267.47º 0.42% 0.39% -
HSV(B) 267.47º 0.59% 0.55% -
XYZ 10.92 7.25 25.64 -
YUV 77.82 163.09 140.25 -
System Red Green Blue C M Y K H S L
Decimal 95 57 140 0.32 0.59 0 0.45 267.47 0.42 0.39
Hex 5F 39 8C 20 3B 0 2D 10B 2A 27
Octal 137 71 214 40 73 0 55 413 52 47
Binary 1011111 111001 10001100 100000 111011 0 101101 100001011 101010 100111

Color Harmonies of #5F398C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F398C

Black with #5F398C

Text Example


Text Example

White with #5F398C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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