Html Css Color HEX #551D9F Daisy Bush

📋 copy color: '#551D9F'

red 85 ◦ green 29 ◦ blue 159

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

Shades of Daisy Bush #551D9F

Tints of Daisy Bush #551D9F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.62%

 BLUE value IS 159 (62.5% from 255) = 58.24%

R = 31.14%
G = 10.62%
B = 58.24%

CMYK

 C value IS 0.47

 M value IS 0.82

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#551D9F (or 0x551D9F) is known color: Daisy Bush. HEX triplet: 55, 1D and 9F. RGB value is (85,29,159). Sum of RGB (Red+Green+Blue) = 85+29+159=273 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.14% from 273); Green value is 29 (11.72% from 255 or 10.62% from 273); Blue value is 159 (62.5% from 255 or 58.24% from 273); Max value from RGB is 159 - color contains mainly: blue. Hex color #551D9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #551D9F is #AAE260. Grayscale: #3C3C3C. Windows color (decimal): -11199073 or 10427733. OLE color: 10427733.

HSL color Cylindrical-coordinate representation of color #551D9F: hue angle of 265.85º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #551D9F is Cyan = 0.47, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 85 29 159 -
CMYK 0.47 0.82 0 0.38
HSL 265.85º 0.69% 0.37% -
HSV(B) 265.85º 0.82% 0.62% -
XYZ 10.44 5.31 33.28 -
YUV 60.56 183.55 145.43 -
System Red Green Blue C M Y K H S L
Decimal 85 29 159 0.47 0.82 0 0.38 265.85 0.69 0.37
Hex 55 1D 9F 2F 52 0 26 10A 45 25
Octal 125 35 237 57 122 0 46 412 105 45
Binary 1010101 11101 10011111 101111 1010010 0 100110 100001010 1000101 100101

Color Harmonies of #551D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551D9F

Black with #551D9F

Text Example


Text Example

White with #551D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551D9F; }

 p { color: rgb(85,29,159); }

 H1.HeaderClassName
 {
   color: #551D9F;
 }
 .AnyTagClassName
 {
   color: #551D9F;
 }
</style>

background-color css

<style>
 a { background-color: #551D9F; }

 a { background-color: rgb(85,29,159); }

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

border-color css

<style>
 span { border-color: #551D9F; }

 span { border-color: rgb(85,29,159); }

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