Html Css Color HEX #553F97 Daisy Bush

📋 copy color: '#553F97'

red 85 ◦ green 63 ◦ blue 151

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

Shades of Daisy Bush #553F97

Tints of Daisy Bush #553F97

RGB

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

 GREEN value IS 63 (25% from 255) = 21.07%

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

R = 28.43%
G = 21.07%
B = 50.5%

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

#553F97 (or 0x553F97) is known color: Daisy Bush. HEX triplet: 55, 3F and 97. RGB value is (85,63,151). Sum of RGB (Red+Green+Blue) = 85+63+151=299 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.43% from 299); Green value is 63 (25% from 255 or 21.07% from 299); Blue value is 151 (59.38% from 255 or 50.50% from 299); Max value from RGB is 151 - color contains mainly: blue. Hex color #553F97 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553F97 is #AAC068. Grayscale: #4F4F4F. Windows color (decimal): -11190377 or 9912149. OLE color: 9912149.

HSL color Cylindrical-coordinate representation of color #553F97: hue angle of 255º degrees, saturation: 0.41, 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 #553F97 is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 85 63 151 -
CMYK 0.44 0.58 0 0.41
HSL 255º 0.41% 0.42% -
HSV(B) 255º 0.58% 0.59% -
XYZ 11.11 7.72 30.18 -
YUV 79.61 168.29 131.84 -
System Red Green Blue C M Y K H S L
Decimal 85 63 151 0.44 0.58 0 0.41 255 0.41 0.42
Hex 55 3F 97 2C 3A 0 29 FF 29 2A
Octal 125 77 227 54 72 0 51 377 51 52
Binary 1010101 111111 10010111 101100 111010 0 101001 11111111 101001 101010

Color Harmonies of #553F97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553F97

Black with #553F97

Text Example


Text Example

White with #553F97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553F97; }

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

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

background-color css

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

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

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

border-color css

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

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

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