Html Css Color HEX #551EA2 Daisy Bush

📋 copy color: '#551EA2'

red 85 ◦ green 30 ◦ blue 162

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

Shades of Daisy Bush #551EA2

Tints of Daisy Bush #551EA2

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.83%

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

R = 30.69%
G = 10.83%
B = 58.48%

CMYK

 C value IS 0.48

 M value IS 0.81

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#551EA2 (or 0x551EA2) is known color: Daisy Bush. HEX triplet: 55, 1E and A2. RGB value is (85,30,162). Sum of RGB (Red+Green+Blue) = 85+30+162=277 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.69% from 277); Green value is 30 (12.11% from 255 or 10.83% from 277); Blue value is 162 (63.67% from 255 or 58.48% from 277); Max value from RGB is 162 - color contains mainly: blue. Hex color #551EA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #551EA2 is #AAE15D. Grayscale: #3D3D3D. Windows color (decimal): -11198814 or 10624597. OLE color: 10624597.

HSL color Cylindrical-coordinate representation of color #551EA2: hue angle of 265º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #551EA2 is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 85 30 162 -
CMYK 0.48 0.81 0 0.36
HSL 265º 0.69% 0.38% -
HSV(B) 265º 0.81% 0.64% -
XYZ 10.73 5.47 34.67 -
YUV 61.49 184.72 144.77 -
System Red Green Blue C M Y K H S L
Decimal 85 30 162 0.48 0.81 0 0.36 265 0.69 0.38
Hex 55 1E A2 30 51 0 24 109 45 26
Octal 125 36 242 60 121 0 44 411 105 46
Binary 1010101 11110 10100010 110000 1010001 0 100100 100001001 1000101 100110

Color Harmonies of #551EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551EA2

Black with #551EA2

Text Example


Text Example

White with #551EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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