Html Css Color HEX #55339D Daisy Bush

📋 copy color: '#55339D'

red 85 ◦ green 51 ◦ blue 157

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

Shades of Daisy Bush #55339D

Tints of Daisy Bush #55339D

RGB

 RED value IS 85 (33.59% from 255) = 29.01%

 GREEN value IS 51 (20.31% from 255) = 17.41%

 BLUE value IS 157 (61.72% from 255) = 53.58%

R = 29.01%
G = 17.41%
B = 53.58%

CMYK

 C value IS 0.46

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#55339D (or 0x55339D) is known color: Daisy Bush. HEX triplet: 55, 33 and 9D. RGB value is (85,51,157). Sum of RGB (Red+Green+Blue) = 85+51+157=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 51 (20.31% from 255 or 17.41% from 293); Blue value is 157 (61.72% from 255 or 53.58% from 293); Max value from RGB is 157 - color contains mainly: blue. Hex color #55339D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55339D is #AACC62. Grayscale: #484848. Windows color (decimal): -11193443 or 10302293. OLE color: 10302293.

HSL color Cylindrical-coordinate representation of color #55339D: hue angle of 259.25º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #55339D is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 85 51 157 -
CMYK 0.46 0.68 0 0.38
HSL 259.25º 0.51% 0.41% -
HSV(B) 259.25º 0.68% 0.62% -
XYZ 11.02 6.73 32.62 -
YUV 73.25 175.26 136.38 -
System Red Green Blue C M Y K H S L
Decimal 85 51 157 0.46 0.68 0 0.38 259.25 0.51 0.41
Hex 55 33 9D 2E 44 0 26 103 33 29
Octal 125 63 235 56 104 0 46 403 63 51
Binary 1010101 110011 10011101 101110 1000100 0 100110 100000011 110011 101001

Color Harmonies of #55339D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55339D

Black with #55339D

Text Example


Text Example

White with #55339D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55339D; }

 p { color: rgb(85,51,157); }

 H1.HeaderClassName
 {
   color: #55339D;
 }
 .AnyTagClassName
 {
   color: #55339D;
 }
</style>

background-color css

<style>
 a { background-color: #55339D; }

 a { background-color: rgb(85,51,157); }

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

border-color css

<style>
 span { border-color: #55339D; }

 span { border-color: rgb(85,51,157); }

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