Html Css Color HEX #554197 Daisy Bush

📋 copy color: '#554197'

red 85 ◦ green 65 ◦ blue 151

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

Shades of Daisy Bush #554197

Tints of Daisy Bush #554197

RGB

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

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

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

R = 28.24%
G = 21.59%
B = 50.17%

CMYK

 C value IS 0.44

 M value IS 0.57

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#554197 (or 0x554197) is known color: Daisy Bush. HEX triplet: 55, 41 and 97. RGB value is (85,65,151). Sum of RGB (Red+Green+Blue) = 85+65+151=301 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.24% from 301); Green value is 65 (25.78% from 255 or 21.59% from 301); Blue value is 151 (59.38% from 255 or 50.17% from 301); Max value from RGB is 151 - color contains mainly: blue. Hex color #554197 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554197 is #AABE68. Grayscale: #505050. Windows color (decimal): -11189865 or 9912661. OLE color: 9912661.

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

Color convert

RGB 85 65 151 -
CMYK 0.44 0.57 0 0.41
HSL 253.95º 0.4% 0.42% -
HSV(B) 253.95º 0.57% 0.59% -
XYZ 11.22 7.95 30.22 -
YUV 80.78 167.63 131.01 -
System Red Green Blue C M Y K H S L
Decimal 85 65 151 0.44 0.57 0 0.41 253.95 0.4 0.42
Hex 55 41 97 2C 39 0 29 FE 28 2A
Octal 125 101 227 54 71 0 51 376 50 52
Binary 1010101 1000001 10010111 101100 111001 0 101001 11111110 101000 101010

Color Harmonies of #554197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554197

Black with #554197

Text Example


Text Example

White with #554197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554197; }

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

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

background-color css

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

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

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

border-color css

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

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

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