Html Css Color HEX #55409B Daisy Bush

📋 copy color: '#55409B'

red 85 ◦ green 64 ◦ blue 155

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

Shades of Daisy Bush #55409B

Tints of Daisy Bush #55409B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.05%

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

R = 27.96%
G = 21.05%
B = 50.99%

CMYK

 C value IS 0.45

 M value IS 0.59

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#55409B (or 0x55409B) is known color: Daisy Bush. HEX triplet: 55, 40 and 9B. RGB value is (85,64,155). Sum of RGB (Red+Green+Blue) = 85+64+155=304 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.96% from 304); Green value is 64 (25.39% from 255 or 21.05% from 304); Blue value is 155 (60.94% from 255 or 50.99% from 304); Max value from RGB is 155 - color contains mainly: blue. Hex color #55409B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55409B is #AABF64. Grayscale: #505050. Windows color (decimal): -11190117 or 10174549. OLE color: 10174549.

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

Color convert

RGB 85 64 155 -
CMYK 0.45 0.59 0 0.39
HSL 253.85º 0.42% 0.43% -
HSV(B) 253.85º 0.59% 0.61% -
XYZ 11.5 7.96 31.94 -
YUV 80.65 169.96 131.1 -
System Red Green Blue C M Y K H S L
Decimal 85 64 155 0.45 0.59 0 0.39 253.85 0.42 0.43
Hex 55 40 9B 2D 3B 0 27 FE 2A 2B
Octal 125 100 233 55 73 0 47 376 52 53
Binary 1010101 1000000 10011011 101101 111011 0 100111 11111110 101010 101011

Color Harmonies of #55409B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55409B

Black with #55409B

Text Example


Text Example

White with #55409B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,64,155); }

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

background-color css

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

 a { background-color: rgb(85,64,155); }

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

border-color css

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

 span { border-color: rgb(85,64,155); }

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