Html Css Color HEX #55398B Daisy Bush

📋 copy color: '#55398B'

red 85 ◦ green 57 ◦ blue 139

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

Shades of Daisy Bush #55398B

Tints of Daisy Bush #55398B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 49.47%

R = 30.25%
G = 20.28%
B = 49.47%

CMYK

 C value IS 0.39

 M value IS 0.59

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#55398B (or 0x55398B) is known color: Daisy Bush. HEX triplet: 55, 39 and 8B. RGB value is (85,57,139). Sum of RGB (Red+Green+Blue) = 85+57+139=281 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.25% from 281); Green value is 57 (22.66% from 255 or 20.28% from 281); Blue value is 139 (54.69% from 255 or 49.47% from 281); Max value from RGB is 139 - color contains mainly: blue. Hex color #55398B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55398B is #AAC674. Grayscale: #4A4A4A. Windows color (decimal): -11191925 or 9124181. OLE color: 9124181.

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

Color convert

RGB 85 57 139 -
CMYK 0.39 0.59 0 0.45
HSL 260.49º 0.42% 0.38% -
HSV(B) 260.49º 0.59% 0.55% -
XYZ 9.87 6.72 25.2 -
YUV 74.72 164.28 135.33 -
System Red Green Blue C M Y K H S L
Decimal 85 57 139 0.39 0.59 0 0.45 260.49 0.42 0.38
Hex 55 39 8B 27 3B 0 2D 104 2A 26
Octal 125 71 213 47 73 0 55 404 52 46
Binary 1010101 111001 10001011 100111 111011 0 101101 100000100 101010 100110

Color Harmonies of #55398B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55398B

Black with #55398B

Text Example


Text Example

White with #55398B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55398B; }

 p { color: rgb(85,57,139); }

 H1.HeaderClassName
 {
   color: #55398B;
 }
 .AnyTagClassName
 {
   color: #55398B;
 }
</style>

background-color css

<style>
 a { background-color: #55398B; }

 a { background-color: rgb(85,57,139); }

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

border-color css

<style>
 span { border-color: #55398B; }

 span { border-color: rgb(85,57,139); }

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