Html Css Color HEX #553FAA Daisy Bush

📋 copy color: '#553FAA'

red 85 ◦ green 63 ◦ blue 170

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

Shades of Daisy Bush #553FAA

Tints of Daisy Bush #553FAA

RGB

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

 GREEN value IS 63 (25% from 255) = 19.81%

 BLUE value IS 170 (66.8% from 255) = 53.46%

R = 26.73%
G = 19.81%
B = 53.46%

CMYK

 C value IS 0.50

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#553FAA (or 0x553FAA) is known color: Daisy Bush. HEX triplet: 55, 3F and AA. RGB value is (85,63,170). Sum of RGB (Red+Green+Blue) = 85+63+170=318 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.73% from 318); Green value is 63 (25% from 255 or 19.81% from 318); Blue value is 170 (66.80% from 255 or 53.46% from 318); Max value from RGB is 170 - color contains mainly: blue. Hex color #553FAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553FAA is #AAC055. Grayscale: #515151. Windows color (decimal): -11190358 or 11157333. OLE color: 11157333.

HSL color Cylindrical-coordinate representation of color #553FAA: hue angle of 252.34º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #553FAA is Cyan = 0.50, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 85 63 170 -
CMYK 0.50 0.63 0 0.33
HSL 252.34º 0.46% 0.46% -
HSV(B) 252.34º 0.63% 0.67% -
XYZ 12.78 8.39 38.98 -
YUV 81.78 177.79 130.3 -
System Red Green Blue C M Y K H S L
Decimal 85 63 170 0.50 0.63 0 0.33 252.34 0.46 0.46
Hex 55 3F AA 32 3F 0 21 FC 2E 2E
Octal 125 77 252 62 77 0 41 374 56 56
Binary 1010101 111111 10101010 110010 111111 0 100001 11111100 101110 101110

Color Harmonies of #553FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553FAA

Black with #553FAA

Text Example


Text Example

White with #553FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553FAA; }

 p { color: rgb(85,63,170); }

 H1.HeaderClassName
 {
   color: #553FAA;
 }
 .AnyTagClassName
 {
   color: #553FAA;
 }
</style>

background-color css

<style>
 a { background-color: #553FAA; }

 a { background-color: rgb(85,63,170); }

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

border-color css

<style>
 span { border-color: #553FAA; }

 span { border-color: rgb(85,63,170); }

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