Html Css Color HEX #55388F Daisy Bush

📋 copy color: '#55388F'

red 85 ◦ green 56 ◦ blue 143

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

Shades of Daisy Bush #55388F

Tints of Daisy Bush #55388F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.72%

 BLUE value IS 143 (56.25% from 255) = 50.35%

R = 29.93%
G = 19.72%
B = 50.35%

CMYK

 C value IS 0.41

 M value IS 0.61

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#55388F (or 0x55388F) is known color: Daisy Bush. HEX triplet: 55, 38 and 8F. RGB value is (85,56,143). Sum of RGB (Red+Green+Blue) = 85+56+143=284 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.93% from 284); Green value is 56 (22.27% from 255 or 19.72% from 284); Blue value is 143 (56.25% from 255 or 50.35% from 284); Max value from RGB is 143 - color contains mainly: blue. Hex color #55388F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55388F is #AAC770. Grayscale: #4A4A4A. Windows color (decimal): -11192177 or 9386069. OLE color: 9386069.

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

Color convert

RGB 85 56 143 -
CMYK 0.41 0.61 0 0.44
HSL 260º 0.44% 0.39% -
HSV(B) 260º 0.61% 0.56% -
XYZ 10.12 6.74 26.75 -
YUV 74.59 166.61 135.43 -
System Red Green Blue C M Y K H S L
Decimal 85 56 143 0.41 0.61 0 0.44 260 0.44 0.39
Hex 55 38 8F 29 3D 0 2C 104 2C 27
Octal 125 70 217 51 75 0 54 404 54 47
Binary 1010101 111000 10001111 101001 111101 0 101100 100000100 101100 100111

Color Harmonies of #55388F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55388F

Black with #55388F

Text Example


Text Example

White with #55388F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55388F; }

 p { color: rgb(85,56,143); }

 H1.HeaderClassName
 {
   color: #55388F;
 }
 .AnyTagClassName
 {
   color: #55388F;
 }
</style>

background-color css

<style>
 a { background-color: #55388F; }

 a { background-color: rgb(85,56,143); }

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

border-color css

<style>
 span { border-color: #55388F; }

 span { border-color: rgb(85,56,143); }

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