Html Css Color HEX #5D368C Daisy Bush

📋 copy color: '#5D368C'

red 93 ◦ green 54 ◦ blue 140

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

Shades of Daisy Bush #5D368C

Tints of Daisy Bush #5D368C

RGB

 RED value IS 93 (36.72% from 255) = 32.4%

 GREEN value IS 54 (21.48% from 255) = 18.82%

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

R = 32.4%
G = 18.82%
B = 48.78%

CMYK

 C value IS 0.34

 M value IS 0.61

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5D368C (or 0x5D368C) is known color: Daisy Bush. HEX triplet: 5D, 36 and 8C. RGB value is (93,54,140). Sum of RGB (Red+Green+Blue) = 93+54+140=287 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.40% from 287); Green value is 54 (21.48% from 255 or 18.82% from 287); Blue value is 140 (55.08% from 255 or 48.78% from 287); Max value from RGB is 140 - color contains mainly: blue. Hex color #5D368C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D368C is #A2C973. Grayscale: #4B4B4B. Windows color (decimal): -10668404 or 9188957. OLE color: 9188957.

HSL color Cylindrical-coordinate representation of color #5D368C: hue angle of 267.21º 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 #5D368C is Cyan = 0.34, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 93 54 140 -
CMYK 0.34 0.61 0 0.45
HSL 267.21º 0.44% 0.38% -
HSV(B) 267.21º 0.61% 0.55% -
XYZ 10.57 6.86 25.58 -
YUV 75.47 164.42 140.51 -
System Red Green Blue C M Y K H S L
Decimal 93 54 140 0.34 0.61 0 0.45 267.21 0.44 0.38
Hex 5D 36 8C 22 3D 0 2D 10B 2C 26
Octal 135 66 214 42 75 0 55 413 54 46
Binary 1011101 110110 10001100 100010 111101 0 101101 100001011 101100 100110

Color Harmonies of #5D368C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D368C

Black with #5D368C

Text Example


Text Example

White with #5D368C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,54,140); }

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

background-color css

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

 a { background-color: rgb(93,54,140); }

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

border-color css

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

 span { border-color: rgb(93,54,140); }

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