Html Css Color HEX #552C9D Daisy Bush

📋 copy color: '#552C9D'

red 85 ◦ green 44 ◦ blue 157

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

Shades of Daisy Bush #552C9D

Tints of Daisy Bush #552C9D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.38%

 BLUE value IS 157 (61.72% from 255) = 54.9%

R = 29.72%
G = 15.38%
B = 54.9%

CMYK

 C value IS 0.46

 M value IS 0.72

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#552C9D (or 0x552C9D) is known color: Daisy Bush. HEX triplet: 55, 2C and 9D. RGB value is (85,44,157). Sum of RGB (Red+Green+Blue) = 85+44+157=286 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.72% from 286); Green value is 44 (17.58% from 255 or 15.38% from 286); Blue value is 157 (61.72% from 255 or 54.90% from 286); Max value from RGB is 157 - color contains mainly: blue. Hex color #552C9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552C9D is #AAD362. Grayscale: #444444. Windows color (decimal): -11195235 or 10300501. OLE color: 10300501.

HSL color Cylindrical-coordinate representation of color #552C9D: hue angle of 261.77º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #552C9D is Cyan = 0.46, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 85 44 157 -
CMYK 0.46 0.72 0 0.38
HSL 261.77º 0.56% 0.39% -
HSV(B) 261.77º 0.72% 0.62% -
XYZ 10.73 6.17 32.52 -
YUV 69.14 177.58 139.31 -
System Red Green Blue C M Y K H S L
Decimal 85 44 157 0.46 0.72 0 0.38 261.77 0.56 0.39
Hex 55 2C 9D 2E 48 0 26 106 38 27
Octal 125 54 235 56 110 0 46 406 70 47
Binary 1010101 101100 10011101 101110 1001000 0 100110 100000110 111000 100111

Color Harmonies of #552C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552C9D

Black with #552C9D

Text Example


Text Example

White with #552C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552C9D; }

 p { color: rgb(85,44,157); }

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

background-color css

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

 a { background-color: rgb(85,44,157); }

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

border-color css

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

 span { border-color: rgb(85,44,157); }

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