Html Css Color HEX #554097 Daisy Bush

📋 copy color: '#554097'

red 85 ◦ green 64 ◦ blue 151

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

Shades of Daisy Bush #554097

Tints of Daisy Bush #554097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 50.33%

R = 28.33%
G = 21.33%
B = 50.33%

CMYK

 C value IS 0.44

 M value IS 0.58

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#554097 (or 0x554097) is known color: Daisy Bush. HEX triplet: 55, 40 and 97. RGB value is (85,64,151). Sum of RGB (Red+Green+Blue) = 85+64+151=300 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.33% from 300); Green value is 64 (25.39% from 255 or 21.33% from 300); Blue value is 151 (59.38% from 255 or 50.33% from 300); Max value from RGB is 151 - color contains mainly: blue. Hex color #554097 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554097 is #AABF68. Grayscale: #4F4F4F. Windows color (decimal): -11190121 or 9912405. OLE color: 9912405.

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

Color convert

RGB 85 64 151 -
CMYK 0.44 0.58 0 0.41
HSL 254.48º 0.4% 0.42% -
HSV(B) 254.48º 0.58% 0.59% -
XYZ 11.17 7.83 30.2 -
YUV 80.2 167.96 131.43 -
System Red Green Blue C M Y K H S L
Decimal 85 64 151 0.44 0.58 0 0.41 254.48 0.4 0.42
Hex 55 40 97 2C 3A 0 29 FE 28 2A
Octal 125 100 227 54 72 0 51 376 50 52
Binary 1010101 1000000 10010111 101100 111010 0 101001 11111110 101000 101010

Color Harmonies of #554097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554097

Black with #554097

Text Example


Text Example

White with #554097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554097; }

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

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

background-color css

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

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

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

border-color css

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

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

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