Html Css Color HEX #552EA2 Daisy Bush

📋 copy color: '#552EA2'

red 85 ◦ green 46 ◦ blue 162

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

Shades of Daisy Bush #552EA2

Tints of Daisy Bush #552EA2

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.7%

 BLUE value IS 162 (63.67% from 255) = 55.29%

R = 29.01%
G = 15.7%
B = 55.29%

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

#552EA2 (or 0x552EA2) is known color: Daisy Bush. HEX triplet: 55, 2E and A2. RGB value is (85,46,162). Sum of RGB (Red+Green+Blue) = 85+46+162=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 46 (18.36% from 255 or 15.70% from 293); Blue value is 162 (63.67% from 255 or 55.29% from 293); Max value from RGB is 162 - color contains mainly: blue. Hex color #552EA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552EA2 is #AAD15D. Grayscale: #464646. Windows color (decimal): -11194718 or 10628693. OLE color: 10628693.

HSL color Cylindrical-coordinate representation of color #552EA2: hue angle of 260.17º degrees, saturation: 0.56, 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 #552EA2 is Cyan = 0.48, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 85 46 162 -
CMYK 0.48 0.72 0 0.36
HSL 260.17º 0.56% 0.41% -
HSV(B) 260.17º 0.72% 0.64% -
XYZ 11.24 6.49 34.84 -
YUV 70.89 179.42 138.07 -
System Red Green Blue C M Y K H S L
Decimal 85 46 162 0.48 0.72 0 0.36 260.17 0.56 0.41
Hex 55 2E A2 30 48 0 24 104 38 29
Octal 125 56 242 60 110 0 44 404 70 51
Binary 1010101 101110 10100010 110000 1001000 0 100100 100000100 111000 101001

Color Harmonies of #552EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552EA2

Black with #552EA2

Text Example


Text Example

White with #552EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,46,162); }

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

background-color css

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

 a { background-color: rgb(85,46,162); }

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

border-color css

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

 span { border-color: rgb(85,46,162); }

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