Html Css Color HEX #55259B Daisy Bush

📋 copy color: '#55259B'

red 85 ◦ green 37 ◦ blue 155

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

Shades of Daisy Bush #55259B

Tints of Daisy Bush #55259B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.36%

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

R = 30.69%
G = 13.36%
B = 55.96%

CMYK

 C value IS 0.45

 M value IS 0.76

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#55259B (or 0x55259B) is known color: Daisy Bush. HEX triplet: 55, 25 and 9B. RGB value is (85,37,155). Sum of RGB (Red+Green+Blue) = 85+37+155=277 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.69% from 277); Green value is 37 (14.84% from 255 or 13.36% from 277); Blue value is 155 (60.94% from 255 or 55.96% from 277); Max value from RGB is 155 - color contains mainly: blue. Hex color #55259B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55259B is #AADA64. Grayscale: #404040. Windows color (decimal): -11197029 or 10167637. OLE color: 10167637.

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

Color convert

RGB 85 37 155 -
CMYK 0.45 0.76 0 0.39
HSL 264.41º 0.61% 0.38% -
HSV(B) 264.41º 0.76% 0.61% -
XYZ 10.32 5.62 31.55 -
YUV 64.8 178.9 142.41 -
System Red Green Blue C M Y K H S L
Decimal 85 37 155 0.45 0.76 0 0.39 264.41 0.61 0.38
Hex 55 25 9B 2D 4C 0 27 108 3D 26
Octal 125 45 233 55 114 0 47 410 75 46
Binary 1010101 100101 10011011 101101 1001100 0 100111 100001000 111101 100110

Color Harmonies of #55259B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55259B

Black with #55259B

Text Example


Text Example

White with #55259B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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