Html Css Color HEX #5D449B Daisy Bush

📋 copy color: '#5D449B'

red 93 ◦ green 68 ◦ blue 155

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

Shades of Daisy Bush #5D449B

Tints of Daisy Bush #5D449B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.52%

 BLUE value IS 155 (60.94% from 255) = 49.05%

R = 29.43%
G = 21.52%
B = 49.05%

CMYK

 C value IS 0.4

 M value IS 0.56

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5D449B (or 0x5D449B) is known color: Daisy Bush. HEX triplet: 5D, 44 and 9B. RGB value is (93,68,155). Sum of RGB (Red+Green+Blue) = 93+68+155=316 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.43% from 316); Green value is 68 (26.95% from 255 or 21.52% from 316); Blue value is 155 (60.94% from 255 or 49.05% from 316); Max value from RGB is 155 - color contains mainly: blue. Hex color #5D449B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D449B is #A2BB64. Grayscale: #555555. Windows color (decimal): -10664805 or 10175581. OLE color: 10175581.

HSL color Cylindrical-coordinate representation of color #5D449B: hue angle of 257.24º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5D449B is Cyan = 0.4, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 93 68 155 -
CMYK 0.4 0.56 0 0.39
HSL 257.24º 0.39% 0.44% -
HSV(B) 257.24º 0.56% 0.61% -
XYZ 12.5 8.83 32.06 -
YUV 85.39 167.28 133.43 -
System Red Green Blue C M Y K H S L
Decimal 93 68 155 0.4 0.56 0 0.39 257.24 0.39 0.44
Hex 5D 44 9B 28 38 0 27 101 27 2C
Octal 135 104 233 50 70 0 47 401 47 54
Binary 1011101 1000100 10011011 101000 111000 0 100111 100000001 100111 101100

Color Harmonies of #5D449B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D449B

Black with #5D449B

Text Example


Text Example

White with #5D449B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,68,155); }

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

background-color css

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

 a { background-color: rgb(93,68,155); }

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

border-color css

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

 span { border-color: rgb(93,68,155); }

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