Html Css Color HEX #552DA3 Daisy Bush

📋 copy color: '#552DA3'

red 85 ◦ green 45 ◦ blue 163

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

Shades of Daisy Bush #552DA3

Tints of Daisy Bush #552DA3

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.36%

 BLUE value IS 163 (64.06% from 255) = 55.63%

R = 29.01%
G = 15.36%
B = 55.63%

CMYK

 C value IS 0.48

 M value IS 0.72

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#552DA3 (or 0x552DA3) is known color: Daisy Bush. HEX triplet: 55, 2D and A3. RGB value is (85,45,163). Sum of RGB (Red+Green+Blue) = 85+45+163=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 45 (17.97% from 255 or 15.36% from 293); Blue value is 163 (64.06% from 255 or 55.63% from 293); Max value from RGB is 163 - color contains mainly: blue. Hex color #552DA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552DA3 is #AAD25C. Grayscale: #454545. Windows color (decimal): -11194973 or 10693973. OLE color: 10693973.

HSL color Cylindrical-coordinate representation of color #552DA3: hue angle of 260.34º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #552DA3 is Cyan = 0.48, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 85 45 163 -
CMYK 0.48 0.72 0 0.36
HSL 260.34º 0.57% 0.41% -
HSV(B) 260.34º 0.72% 0.64% -
XYZ 11.3 6.45 35.3 -
YUV 70.41 180.25 138.41 -
System Red Green Blue C M Y K H S L
Decimal 85 45 163 0.48 0.72 0 0.36 260.34 0.57 0.41
Hex 55 2D A3 30 48 0 24 104 39 29
Octal 125 55 243 60 110 0 44 404 71 51
Binary 1010101 101101 10100011 110000 1001000 0 100100 100000100 111001 101001

Color Harmonies of #552DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552DA3

Black with #552DA3

Text Example


Text Example

White with #552DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,45,163); }

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

background-color css

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

 a { background-color: rgb(85,45,163); }

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

border-color css

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

 span { border-color: rgb(85,45,163); }

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