Html Css Color HEX #552F9D Daisy Bush

📋 copy color: '#552F9D'

red 85 ◦ green 47 ◦ blue 157

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

Shades of Daisy Bush #552F9D

Tints of Daisy Bush #552F9D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.26%

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

R = 29.41%
G = 16.26%
B = 54.33%

CMYK

 C value IS 0.46

 M value IS 0.70

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#552F9D (or 0x552F9D) is known color: Daisy Bush. HEX triplet: 55, 2F and 9D. RGB value is (85,47,157). Sum of RGB (Red+Green+Blue) = 85+47+157=289 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.41% from 289); Green value is 47 (18.75% from 255 or 16.26% from 289); Blue value is 157 (61.72% from 255 or 54.33% from 289); Max value from RGB is 157 - color contains mainly: blue. Hex color #552F9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552F9D is #AAD062. Grayscale: #464646. Windows color (decimal): -11194467 or 10301269. OLE color: 10301269.

HSL color Cylindrical-coordinate representation of color #552F9D: hue angle of 260.73º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #552F9D is Cyan = 0.46, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 85 47 157 -
CMYK 0.46 0.70 0 0.38
HSL 260.73º 0.54% 0.4% -
HSV(B) 260.73º 0.7% 0.62% -
XYZ 10.85 6.4 32.56 -
YUV 70.9 176.59 138.06 -
System Red Green Blue C M Y K H S L
Decimal 85 47 157 0.46 0.70 0 0.38 260.73 0.54 0.4
Hex 55 2F 9D 2E 46 0 26 105 36 28
Octal 125 57 235 56 106 0 46 405 66 50
Binary 1010101 101111 10011101 101110 1000110 0 100110 100000101 110110 101000

Color Harmonies of #552F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552F9D

Black with #552F9D

Text Example


Text Example

White with #552F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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