Html Css Color HEX #554199 Daisy Bush

📋 copy color: '#554199'

red 85 ◦ green 65 ◦ blue 153

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

Shades of Daisy Bush #554199

Tints of Daisy Bush #554199

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.45%

 BLUE value IS 153 (60.16% from 255) = 50.5%

R = 28.05%
G = 21.45%
B = 50.5%

CMYK

 C value IS 0.44

 M value IS 0.58

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#554199 (or 0x554199) is known color: Daisy Bush. HEX triplet: 55, 41 and 99. RGB value is (85,65,153). Sum of RGB (Red+Green+Blue) = 85+65+153=303 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.05% from 303); Green value is 65 (25.78% from 255 or 21.45% from 303); Blue value is 153 (60.16% from 255 or 50.50% from 303); Max value from RGB is 153 - color contains mainly: blue. Hex color #554199 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554199 is #AABE66. Grayscale: #505050. Windows color (decimal): -11189863 or 10043733. OLE color: 10043733.

HSL color Cylindrical-coordinate representation of color #554199: hue angle of 253.64º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #554199 is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 85 65 153 -
CMYK 0.44 0.58 0 0.4
HSL 253.64º 0.4% 0.43% -
HSV(B) 253.64º 0.58% 0.6% -
XYZ 11.39 8.01 31.08 -
YUV 81.01 168.63 130.84 -
System Red Green Blue C M Y K H S L
Decimal 85 65 153 0.44 0.58 0 0.4 253.64 0.4 0.43
Hex 55 41 99 2C 3A 0 28 FE 28 2B
Octal 125 101 231 54 72 0 50 376 50 53
Binary 1010101 1000001 10011001 101100 111010 0 101000 11111110 101000 101011

Color Harmonies of #554199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554199

Black with #554199

Text Example


Text Example

White with #554199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554199; }

 p { color: rgb(85,65,153); }

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

background-color css

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

 a { background-color: rgb(85,65,153); }

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

border-color css

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

 span { border-color: rgb(85,65,153); }

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